@proyecto26/animatable-component
Version:
Animate once, use Everywhere! 💫
18 lines (17 loc) • 507 B
TypeScript
import { ANIMATIONS } from './common';
declare const _default: {
"rotate-in-center": Keyframe[];
"rotate-in-top": Keyframe[];
"rotate-in-tr": Keyframe[];
"rotate-in-right": Keyframe[];
"rotate-in-br": Keyframe[];
"rotate-in-bottom": Keyframe[];
"rotate-in-bl": Keyframe[];
"rotate-in-left": Keyframe[];
"rotate-in-tl": Keyframe[];
"rotate-in-hor": Keyframe[];
"rotate-in-ver": Keyframe[];
"rotate-in-diag-1": Keyframe[];
"rotate-in-diag-2": Keyframe[];
};
export default _default;