i am looking for some transition effects in SL4. Do these come standard or is there some kind of framework addon?
Does anyone know of examples, tutorials.
If a framework exists is there documentation?
Thanks in advance
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.
The SL4 framework has very powerful animation and storyboard features, but no transitions concepts built in. However the Silverlight Toolkit, which is developed by Microsoft, has a TransitioningContentControl:
http://silverlight.codeplex.com/
This will provide nice transitions as you change the content which it contains. See the following tutorial:
http://jesseliberty.com/2009/04/29/animated-visual-state-transitions-with-the-transitioning-content-control/