AxesOption
The option object of the eg.Axes module
Type: Object
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
easing | function | ✔️ | easing.easeOutCubic | The easing function to apply to an animation |
maximumDuration | Number | ✔️ | Infinity | Maximum duration of the animation |
minimumDuration | Number | ✔️ | 0 | Minimum duration of the animation |
deceleration | Number | ✔️ | 0.0006 | Deceleration of the animation where acceleration is manually enabled by user. A higher value indicates shorter running time. |
interruptable | Boolean | ✔️ | true | Indicates whether an animation is interruptible. - true: It can be paused or stopped by user action or the API. - false: It cannot be paused or stopped by user action or the API while it is running. |
round | Number | ✔️ | [object Object] | Rounding unit. For example, 0.1 rounds to 0.1 decimal point(6.1234 => 6.1), 5 rounds to 5 (93 => 95) Details |
nested | Boolean | ✔️ | false | Whether the event propagates to other instances when the coordinates reach the end of the movable area |