Class
RadScaleAndFadeAnimation

Provides a pre-defined scale and fade animation group.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadScaleAndFadeAnimation : RadAnimationGroup

Inheritance: objectRadAnimationRadAnimationGroupRadScaleAndFadeAnimation

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

RadScaleAndFadeAnimation()

Initializes a new instance of the RadScaleAndFadeAnimation class.

Declaration

cs-api-definition
public RadScaleAndFadeAnimation()

Properties

FadeAnimation

Gets the fade animation instance.

Declaration

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

Property Value

RadFadeAnimation

ScaleAnimation

Gets the scale animation instance.

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.

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.