ClassRadMoveAndFadeAnimation
Provides a pre-defined move and fade animation group.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadMoveAndFadeAnimation : RadAnimationGroup
Inheritance: objectRadAnimationRadAnimationGroupRadMoveAndFadeAnimation
Inherited Members
Constructors
RadMoveAndFadeAnimation()
Initializes a new instance of the RadMoveAndFadeAnimation class.
Declaration
public RadMoveAndFadeAnimation()
Properties
FadeAnimation
Gets the start position for the move animation. If not set, the current element TranslateTransform is used if it exists, otherwise the empty point (0, 0) is used.
Declaration
public RadFadeAnimation FadeAnimation { get; }
Property Value
MoveAnimation
Gets the end position for the move animation. If not set, the current element TranslateTransform is used if it exists, otherwise the empty point (0, 0) is used.
Declaration
public RadMoveAnimation MoveAnimation { get; }
Property Value
Methods
ClearAnimation(UIElement)
Removes any property modifications, applied to the specified element by this instance.
Declaration
public override void ClearAnimation(UIElement target)
Parameters
target
UIElement
The element which property values are to be cleared.
Overrides
Remarks
It is assumed that the element has been previously animated by this animation.
CreateFadeAnimation()
Called in the constructor to create a default fade animation.
Declaration
protected virtual RadFadeAnimation CreateFadeAnimation()
Returns
A new instance of RadFadeAnimation.
CreateMoveAnimation()
Called in the constructor to create a default move animation.
Declaration
protected virtual RadMoveAnimation CreateMoveAnimation()
Returns
A new instance of RadMoveAnimation.