UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 262 B
import { AcceptedElements, AnimationControls, AnimationListOptions, MotionKeyframesDefinition } from "./types"; export declare function animate(elements: AcceptedElements, keyframes: MotionKeyframesDefinition, options?: AnimationListOptions): AnimationControls;