@proyecto26/animatable-component
Version:
Animate once, use Everywhere! 💫
14 lines (13 loc) • 342 B
TypeScript
import { ANIMATIONS } from './common';
declare const _default: {
fadeOut: Keyframe[];
fadeOutUp: Keyframe[];
fadeOutUpBig: Keyframe[];
fadeOutDown: Keyframe[];
fadeOutDownBig: Keyframe[];
fadeOutRight: Keyframe[];
fadeOutRightBig: Keyframe[];
fadeOutLeft: Keyframe[];
fadeOutLeftBig: Keyframe[];
};
export default _default;