tween
Creates an animation that manipulates values of type T that are convertable to Double.
Parameters
used to animate the numeric representation
of the animation
See also
Creates an animation that manipulates values of type T that are convertable to an array of Double. Each dimension of T will be animated using a Easing returned by the easings function.
Parameters
that maps T to and from Array<Double>
Deprecated
use after method instead to add delays
Replace with
after(delay, tween(converter, easing, duration))
Creates an animation that manipulates values of type T that are convertable to Double.
Parameters
used to animate the numeric representation
of the animation
to apply before the animation begins
See also
Deprecated
use after method instead to add delays
Replace with
after(delay, tween(units, easing, duration))
See also
Deprecated
use after method instead to add delays
Replace with
after(delay, tween(converter, easings, duration))
Creates an animation that manipulates values of type T that are convertable to an array of Double. Each dimension of T will be animated using a Easing returned by the easings function.