@proyecto26/animatable-component
Version:
Animate once, use Everywhere! 💫
20 lines (19 loc) • 584 B
TypeScript
import { ANIMATIONS } from './common';
declare const _default: {
"scale-up-center": Keyframe[];
"scale-up-top": Keyframe[];
"scale-up-tr": Keyframe[];
"scale-up-right": Keyframe[];
"scale-up-br": Keyframe[];
"scale-up-bottom": Keyframe[];
"scale-up-bl": Keyframe[];
"scale-up-left": Keyframe[];
"scale-up-tl": Keyframe[];
"scale-up-hor-center": Keyframe[];
"scale-up-hor-left": Keyframe[];
"scale-up-hor-right": Keyframe[];
"scale-up-ver-center": Keyframe[];
"scale-up-ver-top": Keyframe[];
"scale-up-ver-bottom": Keyframe[];
};
export default _default;