ngx-animations
Version:
An adaptation of Animate.css using @angular/animations
7 lines (6 loc) • 340 B
TypeScript
import { AnimationDefinition } from '../model/animation-definition';
export declare const zoomIn: AnimationDefinition;
export declare const zoomInDown: AnimationDefinition;
export declare const zoomInLeft: AnimationDefinition;
export declare const zoomInRight: AnimationDefinition;
export declare const zoomInUp: AnimationDefinition;