UNPKG

react-easy-flip

Version:

A lightweight React library for smooth FLIP animations

5 lines (4 loc) 189 B
import { easeOutCubic } from './easings'; export declare const DEFAULT_DURATION = 400; export declare const DEFAULT_DELAY = 0; export declare const DEFAULT_EASING: typeof easeOutCubic;