@ginden/blinkstick-v2
Version:
Improved Blickstick API for Node.js
8 lines • 385 B
TypeScript
import { FrameIterable } from '../animation-description';
/**
* @summary Repeats an animation a specified number of times.
* @remarks 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