UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 275 B
import { AnimationOptions, BasicAnimationControls, ValueKeyframesDefinition } from "./types"; export declare function animateStyle(element: Element, name: string, keyframesDefinition: ValueKeyframesDefinition, options?: AnimationOptions): BasicAnimationControls | undefined;