Calls the given callback on every animation frame.
The returned Promise resolves when the callback is done (returns false).
false
v1.2.0
See AnimationCallback.
Optional
Seed values to use as the total elapsed and elapsed since last. Otherwise it will use the timestamp of the first frame as the start, which will result in those values being 0 the first time.
Calls the given callback on every animation frame.
The returned Promise resolves when the callback is done (returns
false
).Since
v1.2.0