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. | | Attributes | Hidden | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Delay | Delays | Nil | Time that must elapse before the animation will be begin. | | Duration | Durations | Nil | How long the animation should take to complete. | | Name | String | Nil | Configurable name for reference, passed to AnimationComplete event. | | RepeatAmount | RepeatAmounts | Nil | How many times the animation should repeat. |