ClassRadSlideAnimation
Class
Slides the target element from a start point to an end point.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadSlideAnimation : RadMoveAnimation
Inheritance: objectRadAnimationRadAnimationGroupRadMoveAnimationRadSlideAnimation
Inherited Members
Constructors
RadSlideAnimation()
Initializes a new instance of the RadSlideAnimation class.
Declaration
cs-api-definition
public RadSlideAnimation()
Methods
CreateOpposite()
Creates a new instance of this animation that is the reverse of this instance.
Declaration
cs-api-definition
public override RadAnimation CreateOpposite()
Returns
A new instance of this animation that is the reverse of this instance.
Overrides
UpdateAnimationOverride(AnimationContext)
Core update routine.
Declaration
cs-api-definition
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
context
An AnimationContext that provides internal animation information.
Overrides