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. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | Cancel | Boolean | (None) | | Attributes | hasStarted | Boolean | (None) | | Easing | GraffitiAnimator.Easings | (None) | The easing function to apply to this animation operation. | | Length | Integer | (None) | Amount of time, in milliseconds, that the operation should take. | | StartTime | Double | (None) | The start time, in microseconds, of the animation. This should not be modified. | | ValueEnd | Double | (None) | The desired value of the current operation upon completion. | | ValueStart | Double | (None) | The value of the current operation at start. |