create

abstract fun <T : Timed?> create(@NotNull keyframes: @NotNull TimedStorage<T>): @NotNull AnimationIterator<T>

Creates a new iterator for the given keyframes based on this type.

Return

a new animation iterator

Since

1.15.2

Parameters

keyframes

the keyframes to iterate over

<T>

the type of keyframe