Easing Property (Animation)
In This Topic
Determines the easing effect to be applied to the animation. There are over 30 easing effects, including Linear, Swing, EaseInBounce, EaseOutBounce and many more.
Syntax
'Declaration
Public Property Easing As Easing
public Easing Easing {get; set;}
See Also