Wisej.Web.AnimationTiming
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the speed curve of an animation.
public enum AnimationTiming : Enum
Public Enum AnimationTiming As [Enum]
Default
The animation has the speed defined in the original definition. This is the default.
Ease
The animation has a slow start, then fast, before it ends slowly
EaseIn
The animation has a slow start.
EaseInOut
The animation has both a slow start and a slow end.
EaseOut
The animation has a slow end.
Linear
The animation has the same speed from start to end.
Properties.Timing
Returns or sets the speed curve of an animation.
Last updated 12 months ago
Was this helpful?