UNPKG

ngx-animations

Version:

An adaptation of Animate.css using @angular/animations

11 lines (10 loc) 580 B
import { AnimationDefinition } from '../model/animation-definition'; export declare const fadeOut: AnimationDefinition; export declare const fadeOutDown: AnimationDefinition; export declare const fadeOutDownBig: AnimationDefinition; export declare const fadeOutLeft: AnimationDefinition; export declare const fadeOutLeftBig: AnimationDefinition; export declare const fadeOutRight: AnimationDefinition; export declare const fadeOutRightBig: AnimationDefinition; export declare const fadeOutUp: AnimationDefinition; export declare const fadeOutUpBig: AnimationDefinition;