ngx-animations
Version:
An adaptation of Animate.css using @angular/animations
7 lines (6 loc) • 345 B
TypeScript
import { AnimationDefinition } from '../model/animation-definition';
export declare const zoomOut: AnimationDefinition;
export declare const zoomOutDown: AnimationDefinition;
export declare const zoomOutLeft: AnimationDefinition;
export declare const zoomOutRight: AnimationDefinition;
export declare const zoomOutUp: AnimationDefinition;