This is a migrated thread and some comments may be shown as answers.

RadContinuumAndSlideTransition example?

1 Answer 71 Views
PhoneApplicationFrame
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Julio
Top achievements
Rank 1
Julio asked on 29 Mar 2012, 05:44 PM
Can someone show me how to setup RadContinuumAndSlideTransition  in a similar way to this ?

 
<Application.Resources>
<telerikCore:RadFadeAnimation x:Key="fadeInAnimation" StartOpacity="0.0" EndOpacity="1.0" />
<telerikCore:RadFadeAnimation x:Key="fadeOutAnimation" StartOpacity="1.0" EndOpacity="0.0" />
</Application.Resources>

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 30 Mar 2012, 02:47 PM
Hi Julio,

Thank you for contacting us.

The RadContinuumAndSlideTransition has its animations set and you don't need to define them in the application resources. You just create a new instance and set it to the RadPhoneApplicationFrame's Transition property. If you want to customize something in the animation you are free to change its BackwardInAnimation, BackwardOutAnimation, ForwardInAnimation and/or ForwardOutAnimation to RadFadeAnimation, RadSlideAnimation or any other animation that you want. You can see our animations here.

I hope this information helps. Don't hesitate if you have other questions.

Regards,

Todor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
PhoneApplicationFrame
Asked by
Julio
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or