GraffitiSuite Docs
Docs
Graffiticssanimatoroptions
Loading document parsing libraries...
# GraffitiCSSAnimatorOptions Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Delays | None <br > Shortest <br > Short <br > Long <br > Longest | Supported delay values. | | Durations | Slowest <br > Slow <br > Fast <br > Fastest | Supported duration values. | | RepeatAmounts | None <br > TwoTimes <br > ThreeTimes <br > Infinite | Supported repeat values. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | (None) | (None) | Creates a new instance of the class. | | Constructor | duration as Durations <br> repeatAmount as RepeatAmounts | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Delay | Delays | (None) | Time that must elapse before the animation will be begin. | | Duration | Durations | (None) | How long the animation should take to complete. | | Name | String | (None) | Configurable name for reference, passed to AnimationComplete event. | | RepeatAmount | RepeatAmounts | (None) | How many times the animation should repeat. |