Class
RadScaleMoveAndRotateAnimation

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

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadScaleMoveAndRotateAnimation : RadAnimationGroup

Inheritance: objectRadAnimationRadAnimationGroupRadScaleMoveAndRotateAnimation

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

RadScaleMoveAndRotateAnimation()

Initializes a new instance of the RadScaleMoveAndRotateAnimation class.

Declaration

cs-api-definition
public RadScaleMoveAndRotateAnimation()

Properties

MoveAnimation

Gets the move animation for this group.

Declaration

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

Property Value

RadMoveAnimation

RotateAnimation

Gets the rotate animation for this group.

Declaration

cs-api-definition
public RadPlaneProjectionAnimation RotateAnimation { get; }

Property Value

RadPlaneProjectionAnimation

ScaleAnimation

Gets the scale animation for this group.

Declaration

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

Property Value

RadScaleAnimation

Methods

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.

CreateRotateAnimation()

Called in the constructor to create the default rotate animation.

Declaration

cs-api-definition
protected virtual RadPlaneProjectionAnimation CreateRotateAnimation()

Returns

RadPlaneProjectionAnimation

Returns a new instance of RadPerspectiveAnimation.

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.