@proyecto26/animatable-component
Version:
Animate once, use Everywhere! 💫
27 lines (26 loc) • 874 B
TypeScript
import { ANIMATIONS } from './common';
declare const _default: {
"rotate-90-cw": Keyframe[];
"rotate-90-ccw": Keyframe[];
"rotate-90-top-cw": Keyframe[];
"rotate-90-top-ccw": Keyframe[];
"rotate-90-tr-cw": Keyframe[];
"rotate-90-tr-ccw": Keyframe[];
"rotate-90-right-cw": Keyframe[];
"rotate-90-right-ccw": Keyframe[];
"rotate-90-br-cw": Keyframe[];
"rotate-90-br-ccw": Keyframe[];
"rotate-90-bottom-cw": Keyframe[];
"rotate-90-bottom-ccw": Keyframe[];
"rotate-90-bl-cw": Keyframe[];
"rotate-90-bl-ccw": Keyframe[];
"rotate-90-left-cw": Keyframe[];
"rotate-90-left-ccw": Keyframe[];
"rotate-90-tl-cw": Keyframe[];
"rotate-90-tl-ccw": Keyframe[];
"rotate-90-horizontal-fwd": Keyframe[];
"rotate-90-horizontal-bck": Keyframe[];
"rotate-90-vertical-fwd": Keyframe[];
"rotate-90-vertical-bck": Keyframe[];
};
export default _default;