ngx-animations
Version:
An adaptation of Animate.css using @angular/animations
7 lines (6 loc) • 370 B
TypeScript
import { AnimationDefinition } from '../model/animation-definition';
export declare const rotateOut: AnimationDefinition;
export declare const rotateOutDownLeft: AnimationDefinition;
export declare const rotateOutDownRight: AnimationDefinition;
export declare const rotateOutUpLeft: AnimationDefinition;
export declare const rotateOutUpRight: AnimationDefinition;