All pages
Powered by GitBook
1 of 1

Loading...

AnimationTiming

Wisej.Web.AnimationTiming

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Specifies the speed curve of an animation.

public enum AnimationTiming : Enum
Public Enum AnimationTiming As [Enum]

Fields

Name
Description

Used By

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

Properties.Timing

Returns or sets the speed curve of an animation.

The animation has the same speed from start to end.