UNPKG

motion

Version:

The Motion library for the web

9 lines (8 loc) 282 B
import { BasicAnimationControls } from "./types"; export interface AnimationData { activeTransforms: string[]; activeAnimations: { [key: string]: BasicAnimationControls | undefined; }; } export declare function getAnimationData(element: Element): AnimationData;