UNPKG

aliascss

Version:

AliasCSS is a CSS post processor.

91 lines (90 loc) 1.91 kB
export declare const animation: { 'x-animation-fade-in': { type: string; statement: string; }; 'x-animation-fade-out': { type: string; statement: string; }; 'x-animation-slide-up': { type: string; statement: string; }; 'x-animation-slide-left': { type: string; statement: string; }; 'x-animation-zoom-in': { type: string; statement: string; }; 'x-animation-rotate-in': { type: string; statement: string; }; 'x-animation-bounce': { type: string; statement: string; }; 'x-animation-shake': { type: string; statement: string; }; 'x-animation-float': { type: string; statement: string; }; 'x-animation-flip-y': { type: string; statement: string; }; 'x-animation-reveal': { type: string; statement: string; }; 'x-animation-shadow-rise': { type: string; statement: string; }; 'x-animation-slide-down': { type: string; statement: string; }; 'x-animation-slide-right': { type: string; statement: string; }; 'x-animation-zoom-out': { type: string; statement: string; }; 'x-animation-spin': { type: string; statement: string; }; 'x-animation-pulse': { type: string; statement: string; }; 'x-animation-swing': { type: string; statement: string; }; 'x-animation-flip-x': { type: string; statement: string; }; 'x-animation-blur-in': { type: string; statement: string; }; 'x-animation-glow': { type: string; statement: string; }; 'x-animation-wipe-x': { type: string; statement: string; }; };