UNPKG

@oku-ui/motion

Version:

A tiny, performant animation library for VueJS

4 lines (3 loc) 193 B
import { MotionState } from '../state/motion-state'; export declare function scheduleAnimation(state: MotionState): void; export declare function unscheduleAnimation(state: MotionState): void;