UNPKG

react-textmotion

Version:

Lightweight yet powerful library that provides variable animation effects for React applications.

5 lines (4 loc) 181 B
import type { Motion, Preset } from '../../types'; export declare const DURATION = 0.25; export declare const DELAY = 0.025; export declare const motionMap: Record<Preset, Motion>;