Class
RadScaleMoveAndFadeAnimation

Provides a pre-defined move, scale and fade animation.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadScaleMoveAndFadeAnimation : RadAnimationGroup

Inheritance: objectRadAnimationRadAnimationGroupRadScaleMoveAndFadeAnimation

Inherited Members RadAnimationGroup.CreateOpposite()RadAnimationGroup.ClearAnimation(UIElement)RadAnimationGroup.ApplyInitialValues(UIElement)RadAnimationGroup.ApplyAnimationValues(PlayAnimationInfo)RadAnimationGroup.CloneCore()RadAnimationGroup.CreateStoryboardOverride(UIElement)RadAnimationGroup.UpdateAnimationOverride(AnimationContext)RadAnimationGroup.ChildrenRadAnimation.EmptyRadAnimation.Clone()RadAnimation.OnStarted(PlayAnimationInfo)RadAnimation.CopyAnimationValues(PlayAnimationInfo)RadAnimation.OnEnded(PlayAnimationInfo)RadAnimation.OnEnded()RadAnimation.EasingRadAnimation.DurationRadAnimation.InitialDelayRadAnimation.AnimationNameRadAnimation.FillBehaviorRadAnimation.SpeedRatioRadAnimation.AutoReverseRadAnimation.RepeatBehaviorRadAnimation.AnimationOriginRadAnimation.Ended

Constructors

RadScaleMoveAndFadeAnimation()

Initializes a new instance of the RadScaleMoveAndFadeAnimation class.

Declaration

cs-api-definition
public RadScaleMoveAndFadeAnimation()

Properties

FadeAnimation

Gets the fade animation in this group.

Declaration

cs-api-definition
public RadFadeAnimation FadeAnimation { get; }

Property Value

RadFadeAnimation

MoveAnimation

Gets the move animation in this group.

Declaration

cs-api-definition
public RadMoveAnimation MoveAnimation { get; }

Property Value

RadMoveAnimation

ScaleAnimation

Gets the scale animation in this group.

Declaration

cs-api-definition
public RadScaleAnimation ScaleAnimation { get; }

Property Value

RadScaleAnimation

Methods

CreateFadeAnimation()

Called in the constructor to create the default fade animation.

Declaration

cs-api-definition
protected virtual RadFadeAnimation CreateFadeAnimation()

Returns

RadFadeAnimation

Returns a new instance of RadFadeAnimation.

CreateMoveAnimation()

Called in the constructor to create the default move animation.

Declaration

cs-api-definition
protected virtual RadMoveAnimation CreateMoveAnimation()

Returns

RadMoveAnimation

Returns a new instance of RadMoveAnimation.

CreateScaleAnimation()

Called in the constructor to create the default scale animation.

Declaration

cs-api-definition
protected virtual RadScaleAnimation CreateScaleAnimation()

Returns

RadScaleAnimation

Returns a new instance of RadScaleAnimation.