Optional
listener: (state: any) => voidProtected
mProtected
mThe phase of drawn values on the y-axis. 0 - 1
Gets the X axis phase of the animation.
let value of #mPhaseX
Sets the X axis phase of the animation.
let value between 0 - 1
Gets the Y axis phase of the animation.
let value of #mPhaseY
Sets the Y axis phase of the animation.
let value between 0 - 1
Animates values along the X axis.
animation duration
Optional
easing: EasingFunctionEasingFunction
Animates values along both the X and Y axes.
animation duration along the X axis
animation duration along the Y axis
Optional
easingX: EasingFunctionEasingFunction for the X axis
Optional
easingY: EasingFunctionEasingFunction for the Y axis
Animates values along the Y axis.
animation duration
Optional
easing: EasingFunctionEasingFunction
The phase of drawn values on the x-axis. 0 - 1