UNPKG

@ginden/blinkstick-v2

Version:
8 lines 330 B
import type { RgbTuple } from '../../types'; import { SimpleFrame } from '../frame/simple-frame'; /** * Smooth transition between multiple RGB colors. * @category Animations */ export declare function morphMany(tuples: RgbTuple[], overMs: number, steps?: number): Iterable<SimpleFrame>; //# sourceMappingURL=morph-many.d.ts.map