Animation.Properties

Wisej.Web.Animation Properties

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Defines the animation properties.

public class Properties

Constructors

Creates a new instance of the animation properties.

Properties

Int32: Returns or sets the delay before the animation starts in milliseconds.

Int32: Returns or sets the duration of the animation in milliseconds.

0 = Default. The animation is executed within the duration defined in the animation definition.

String: Returns or sets the animation trigger event.

Int32: Returns or sets the frame to keep when the animation ends.

-1 = Keeps the default frame as configured in the animation definition.

String: Returns or sets the name of the selected animation.

Int32: Returns or sets the number of times to repeat the animation.

-1 = Infinite. 0 = Default; the animation is repeated the number of times defined in the animation definition.

Boolean: Returns or sets whether the animation should be executed in reverse order.

AnimationTiming: Returns or sets the speed curve of an animation.

Methods

Runs the animation on the connected component immediately.

Last updated