ClassRadScaleMoveAndFadeAnimation
Provides a pre-defined move, scale and fade animation.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadScaleMoveAndFadeAnimation : RadAnimationGroup
Inheritance: objectRadAnimationRadAnimationGroupRadScaleMoveAndFadeAnimation
Inherited Members
Constructors
RadScaleMoveAndFadeAnimation()
Initializes a new instance of the RadScaleMoveAndFadeAnimation class.
Declaration
public RadScaleMoveAndFadeAnimation()
Properties
FadeAnimation
Gets the fade animation in this group.
Declaration
public RadFadeAnimation FadeAnimation { get; }
Property Value
MoveAnimation
Gets the move animation in this group.
Declaration
public RadMoveAnimation MoveAnimation { get; }
Property Value
ScaleAnimation
Gets the scale animation in this group.
Declaration
public RadScaleAnimation ScaleAnimation { get; }
Property Value
Methods
CreateFadeAnimation()
Called in the constructor to create the default fade animation.
Declaration
protected virtual RadFadeAnimation CreateFadeAnimation()
Returns
Returns a new instance of RadFadeAnimation.
CreateMoveAnimation()
Called in the constructor to create the default move animation.
Declaration
protected virtual RadMoveAnimation CreateMoveAnimation()
Returns
Returns a new instance of RadMoveAnimation.
CreateScaleAnimation()
Called in the constructor to create the default scale animation.
Declaration
protected virtual RadScaleAnimation CreateScaleAnimation()
Returns
Returns a new instance of RadScaleAnimation.