Once open Office app, the title and elements of panorama “fly” into screen.
How to make this effect in my own app?
Once open Office app, the title and elements of panorama fly into screen. How
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll want to add a reference to the Silverlight toolkit (also available via nuget), and then it’s just some boiler plate code to add the transitions:
Add the assembly namespace:
And then add, under the
PhoneApplicationPageelement:There are other transitions available, and samples available from the Toolkit website…