Skip to main content
Version: 3.5

AnimationTiming

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the speed curve of an animation.

public enum AnimationTiming : Enum

Fields

NameDescription
DefaultThe animation has the speed defined in the original definition. This is the default.
EaseThe animation has a slow start, then fast, before it ends slowly
EaseInThe animation has a slow start.
EaseInOutThe animation has both a slow start and a slow end.
EaseOutThe animation has a slow end.
LinearThe animation has the same speed from start to end.

Used By

NameDescription
Properties.TimingReturns or sets the speed curve of an animation.