@proyecto26/animatable-component
Version:
Animate once, use Everywhere! 💫
14 lines (13 loc) • 333 B
TypeScript
import { ANIMATIONS } from './common';
declare const _default: {
fadeIn: Keyframe[];
fadeInUp: Keyframe[];
fadeInUpBig: Keyframe[];
fadeInDown: Keyframe[];
fadeInDownBig: Keyframe[];
fadeInRight: Keyframe[];
fadeInRightBig: Keyframe[];
fadeInLeft: Keyframe[];
fadeInLeftBig: Keyframe[];
};
export default _default;