Class SlideAndZoomCLRTransition
Represents a Slide and zoom transition.
Inherited Members
Namespace: Telerik.Windows.Controls.TransitionEffects
Assembly: Telerik.Windows.Controls.dll
Syntax
public class SlideAndZoomCLRTransition : ClrTransition
Constructors
SlideAndZoomCLRTransition(SlideAndZoomTransition)
Initializes a new instance of the Slide
Declaration
public SlideAndZoomCLRTransition(SlideAndZoomTransition provider)
Parameters
Slide The provider that created the instance. |
Methods
AnimationCompletedOverride()
This method is called when the Transition is cleaned-up. When overridden it should do some custom clean-up task for the transition.
Declaration
protected override void AnimationCompletedOverride()
Overrides
OnProgressChanged(Double, Double)
This method is called when the progress of the transition is changed. When overridden it should take care of moving the transition.
Declaration
protected override void OnProgressChanged(double oldProgress, double newProgress)
Parameters
System. The old progress of the transition. |
System. The new progress of the transition. |
Overrides
StartAnimationOverride()
This method is called when the Transition is initialized. When overridden it should do some custom initialization task for the transition.
Declaration
protected override void StartAnimationOverride()