@omnimedia/omnitool
Version:
open source video processing tools
4 lines (3 loc) • 446 B
TypeScript
import { AnimationPresetActions } from "./types.js";
import { Anim, Interpolation, Keyframes, TrackTransform, Transform, TransformOptions } from "../../types.js";
export declare function makeAnimationPresets(scalar: (terp: Interpolation, track: Keyframes) => Anim<Keyframes>, transform: (terp: Interpolation, source: Keyframes<Transform>) => Anim<TrackTransform>, transformFrom: (options: TransformOptions) => Transform): AnimationPresetActions;