UNPKG

popmotion

Version:

The animator's toolbox

3 lines (2 loc) 154 B
import { Animation } from "../../types"; export declare function animateSync(animation: Animation<number>, timeStep?: number, round?: boolean): number[];