Animation.Properties
Wisej.Web.Animation Properties
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Defines the animation properties.
public class PropertiesPublic Class PropertiesConstructors
Properties()
Creates a new instance of the animation properties.
Properties
Delay
Int32: Returns or sets the delay before the animation starts in milliseconds.
Duration
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.
Event
String: Returns or sets the animation trigger event.
Keep
Int32: Returns or sets the frame to keep when the animation ends.
-1 = Keeps the default frame as configured in the animation definition.
Name
String: Returns or sets the name of the selected animation.
Repeat
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.
Reverse
Boolean: Returns or sets whether the animation should be executed in reverse order.
Timing
AnimationTiming: Returns or sets the speed curve of an animation.
Methods
Run()
Runs the animation on the connected component immediately.
Last updated
Was this helpful?

