AnimationIterator
An iterator for traversing animation keyframes.
This interface supports different looping modes (play once, loop, hold on last) and allows resetting the iteration state.
Since
1.15.2
Parameters
<T>
the type of keyframe (must implement Timed)