UNPKG

@ginden/blinkstick-v2

Version:
8 lines 367 B
import { FrameIterable } from '../animation-description'; /** * Repeats an animation a specified number of times. * Note that passing a generator object to repeat will not work as expected; * @category Animation */ export declare function repeat(animation: FrameIterable | (() => FrameIterable), times: number): FrameIterable; //# sourceMappingURL=repeat.d.ts.map