2

Can anyone tell me how to animate a page transition in windows phone 7 by using C#. I have seen some samples which explain this in xaml. But I need to do it in C#.

jv42
  • 8,521
  • 5
  • 40
  • 64
saikamesh
  • 4,569
  • 11
  • 53
  • 93

1 Answers1

1

you can follow this awesome tutorial: http://windowsphonegeek.com/articles/Windows-Phone-7-Navigation-Transitions-Step-By-Step-guide

Emrah Mehmedov
  • 1,492
  • 13
  • 28
  • This actually helped me a lot, I have been searching for a proper way to get this done and all leads came up pretty short. – kabuto178 May 19 '14 at 04:55