Guarantees that no more than maxFps frames per second are produced while
preserving the original animation duration. Colours inside every output
slice are calculated as the duration-weighted average of the covered source
frames. Works with both Iterable and AsyncIterable sources.
Streaming FPS smoother.
Guarantees that no more than
maxFps
frames per second are produced while preserving the original animation duration. Colours inside every output slice are calculated as the duration-weighted average of the covered source frames. Works with bothIterable
andAsyncIterable
sources.