UNPKG

motion

Version:

The Motion library for the web

9 lines (8 loc) 174 B
import { Easing } from "../types"; export declare const defaults: { duration: number; delay: number; endDelay: number; repeat: number; easing: Easing; };