AnimationTiming

Wisej.Web.AnimationTiming

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Specifies the speed curve of an animation.

public enum AnimationTiming : Enum

Fields

Name
Description

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.

Used By

Name
Description

Returns or sets the speed curve of an animation.

Last updated

Was this helpful?