apply

fun apply()

Applies the animation instance's current set of transformations to an Artboard.

Uses the mix property (a value between 0 and 1) to set the strength at which the animation is mixed with other animations applied to the Artboard.


fun apply(elapsed: Float): Boolean

Applies and advances the animation instance in a single step.

Return

true if the animation will continue to animate after this advance.