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

Rolltransition question

1 Answer 45 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Peter Zhao
Top achievements
Rank 1
Peter Zhao asked on 21 Sep 2010, 06:24 AM
Hi there:

 I have using the transition control as a rolltransition, the rolling is from left to right like a opening a page. Do we have some method like rolling back for the front page then to show the bottom page?

Cheers,
Peter

1 Answer, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 24 Sep 2010, 06:57 AM
Hi Peter,

Before changing the content of the RadTransitionControl you will have to change the Transition effect. You can use:

<telerik:RollTransition IsRollOut="True" />

to reverse the animation.

You can implement navigation that will check what is the target page and if it is the homepage it should set a roll transition with IsRollOut="True". If it is navigating to somewhat other page - IsRollOut="False". I am not sure it is worth the effort though.


Sincerely yours,
Panayot
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TransitionControl
Asked by
Peter Zhao
Top achievements
Rank 1
Answers by
Pana
Telerik team
Share this question
or