UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

4 lines (3 loc) 275 B
import { ScalarAnimation, Transform, TransformAnimation } from "../types.js"; export declare const resolveTransformAnimation: (time: number, anim: TransformAnimation) => Transform; export declare const resolveScalarAnimation: (time: number, anim: ScalarAnimation) => number;