Skip to main content
Version: 4.1

Properties

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Defines the animation properties.

public class Properties

Constructors

Instance member Properties()

Creates a new instance of the animation properties.

Properties

Instance member Delay

Int32: Returns or sets the delay before the animation starts in milliseconds. (Default: 0)

Instance member Duration

Int32: Returns or sets the duration of the animation in milliseconds. (Default: 0)

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

Instance member Event

String: Returns or sets the animation trigger event. (Default: "")

Instance member Keep

Int32: Returns or sets the frame to keep when the animation ends. (Default: -1)

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

Instance member Name

String: Returns or sets the name of the selected animation. (Default: "")

Instance member Repeat

Int32: Returns or sets the number of times to repeat the animation. (Default: 0)

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

Instance member Reverse

Boolean: Returns or sets whether the animation should be executed in reverse order. (Default: False)

Instance member Timing

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

Methods

Instance member Run()

Runs the animation on the connected component immediately.