Class
SlideAndZoomCLRTransition

Represents a Slide and zoom transition.

Definition

Namespace:Telerik.Windows.Controls.TransitionEffects

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "CLR")]
public class SlideAndZoomCLRTransition : ClrTransition

Inheritance: objectTransitionClrTransitionSlideAndZoomCLRTransition

Inherited Members ClrTransition.ProgressPropertyClrTransition.ProgressTransition.NotifyAnimationCompleted()Transition.Context

Constructors

SlideAndZoomCLRTransition(SlideAndZoomTransition)

Initializes a new instance of the SlideAndZoomCLRTransition class.

Declaration

cs-api-definition
public SlideAndZoomCLRTransition(SlideAndZoomTransition provider)

Parameters

provider

SlideAndZoomTransition

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

cs-api-definition
protected override void AnimationCompletedOverride()

Overrides ClrTransition.AnimationCompletedOverride()

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

cs-api-definition
protected override void OnProgressChanged(double oldProgress, double newProgress)

Parameters

oldProgress

double

The old progress of the transition.

newProgress

double

The new progress of the transition.

Overrides ClrTransition.OnProgressChanged(double, double)

StartAnimationOverride()

This method is called when the Transition is initialized. When overridden it should do some custom initialization task for the transition.

Declaration

cs-api-definition
protected override void StartAnimationOverride()

Overrides ClrTransition.StartAnimationOverride()