Class
FadeClrTransition

This class represents a transition between two visual. The transition fades between the two visuals.

Definition

Namespace:Telerik.Windows.Controls.TransitionEffects

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class FadeClrTransition : ClrTransition

Inheritance: objectTransitionClrTransitionFadeClrTransition

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

Constructors

FadeClrTransition()

Declaration

cs-api-definition
public FadeClrTransition()

Methods

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)