Table of Contents
Enumerations #
Name | Values |
---|---|
Delays | None Shortest (2 seconds) Short (3 seconds) Long (4 seconds) Longest (5 seconds) |
Durations | Slowest (3 seconds) Slow (2 seconds) Fast (800 milliseconds) Fastest (500 milliseconds) |
RepeatAmounts | None TwoTimes ThreeTimes Infinite |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | None | None | Creates a new instance of the class. |
Constructor | duration as Durations repeatAmount as RepeatAmounts | None | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Delay | Delays | Delays.None | Time that must elapse before the animation will be begin. |
Duration | Durations | Durations.Fast | How long the animation should take to complete. |
Name | String | “” | Configurable name for reference, passed to AnimationComplete event. |
RepeatAmount | RepeatAmounts | RepeatAmounts.None | How many times the animation should repeat. |
Notes #
This class currently has no notes.