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

Change Transition type at runtime

1 Answer 65 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
David Gerding
Top achievements
Rank 1
David Gerding asked on 12 Aug 2010, 08:03 PM
Hi,
I have a transition control call transitionWin.  What do I need to do change the transition style right before changing the content and thereby firing the transition?  Essentially, I want to use "lefttoright" sliding in some contexts and "righttoleft" in others depending on UI state in a SlideAndZoomTransition type.

Thanks,
Dave Gerding

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 17 Aug 2010, 03:59 PM
Hello David Gerding,

Thank you for contacting us.

You could set Transition property just before setting the Content for RadTransitionControl. For example:

this.transitionControl.Transition = newMotionBlurredZoomTransition();
this.transitionControl.Content = ... ;

I hope this helps. I will be glad to assist you further.

 

Sincerely yours,
George
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
David Gerding
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or