@proyecto26/animatable-component
Version:
Animate once, use Everywhere! 💫
19 lines (18 loc) • 588 B
TypeScript
import { ANIMATIONS } from './common';
declare const _default: {
"rotate-in-2-cw": Keyframe[];
"rotate-in-2-ccw": Keyframe[];
"rotate-in-2-fwd-cw": Keyframe[];
"rotate-in-2-fwd-ccw": Keyframe[];
"rotate-in-2-bck-cw": Keyframe[];
"rotate-in-2-bck-ccw": Keyframe[];
"rotate-in-2-tr-cw": Keyframe[];
"rotate-in-2-tr-ccw": Keyframe[];
"rotate-in-2-br-cw": Keyframe[];
"rotate-in-2-br-ccw": Keyframe[];
"rotate-in-2-bl-cw": Keyframe[];
"rotate-in-2-bl-ccw": Keyframe[];
"rotate-in-2-tl-cw": Keyframe[];
"rotate-in-2-tl-ccw": Keyframe[];
};
export default _default;