lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
5 lines (4 loc) • 359 B
TypeScript
import { AnimationData } from "../interface/IAnimationManager";
declare const getTimelineData: import("@lincode/reactivity").GetGlobalState<[AnimationData | undefined]>;
export { getTimelineData };
export declare const processKeyframe: (cb: (timelineData: AnimationData, uuid: string, property: string, frame: string) => void, skipRefresh?: boolean) => void;