UNPKG

react-textmotion

Version:

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

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