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#.
Asked
Active
Viewed 1,326 times
2
-
What is it about the page transitions that means you need to do it in code instead of in the XAML? – Derek Lakin Apr 14 '11 at 12:31
-
@Derek Lakin: yes, i want to do it in C# code – saikamesh Apr 14 '11 at 12:43
-
I got that, I just don't understand why. Why make your life harder than it needs to be? – Derek Lakin Apr 14 '11 at 14:51
-
I asked a similar question a couple of days ago, here is the link. :) http://stackoverflow.com/questions/5615831/how-to-create-a-continuum-animation-in-windows-phone-7 – Justin XL Apr 14 '11 at 11:35
1 Answers
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