GraffitiSuite Docs
Docs
Graffitianimatoroperation
Loading document parsing libraries...
# GraffitiAnimatorOperation Class Inherits GraffitiAnimatorObject ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Android | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Console | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | Name as String <br> StartValue as Double <br> EndValue as Double <br> Length as Double = 250 <br> Easing as GraffitiAnimator.Easings = GraffitiAnimator.Easings.Linear | (None) | Returns a new GraffitiAnimatorOperation object with the specified property values. | | Attributes | Hidden = True | setLength | | | Attributes | Hidden = True | setStartTime | | | Attributes | Hidden = True | setValueStart | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | Cancel | Boolean | | | Attributes | hasStarted | Boolean | | | Easing | GraffitiAnimator.Easings | Nil | The easing function to apply to this animation operation. | | Length | Integer | Nil | Amount of time, in milliseconds, that the operation should take. | | StartTime | Double | Nil | The start time, in microseconds, of the animation. This should not be modified. | | ValueEnd | Double | Nil | The desired value of the current operation upon completion. | | ValueStart | Double | Nil | The value of the current operation at start. |