@proyecto26/animatable-component
Version:
Animate once, use Everywhere! 💫
13 lines (12 loc) • 377 B
TypeScript
import { ANIMATIONS } from './common';
declare const _default: {
"swing-in-top-fwd": Keyframe[];
"swing-in-top-bck": Keyframe[];
"swing-in-right-fwd": Keyframe[];
"swing-in-right-bck": Keyframe[];
"swing-in-bottom-fwd": Keyframe[];
"swing-in-bottom-bck": Keyframe[];
"swing-in-left-fwd": Keyframe[];
"swing-in-left-bck": Keyframe[];
};
export default _default;