empty

@NotNull
open fun empty(time: Float): @NotNull AnimationProgress

Creates an empty animation progress at a specific time.

Return

an empty progress

Since

2.0.0

Parameters

time

the time of the keyframe


@NotNull
open fun empty(time: Float, skipInterpolation: Boolean, globalRotation: Boolean): @NotNull AnimationProgress

Creates an empty animation progress at a specific time.

Return

an empty progress

Since

3.4.0

Parameters

time

the time of the keyframe

skipInterpolation

whether to skip interpolation

globalRotation

the rotation mode