ngx-animations
Version:
An adaptation of Animate.css using @angular/animations
7 lines (6 loc) • 355 B
TypeScript
import { AnimationDefinition } from '../model/animation-definition';
export declare const bounceOut: AnimationDefinition;
export declare const bounceOutDown: AnimationDefinition;
export declare const bounceOutLeft: AnimationDefinition;
export declare const bounceOutRight: AnimationDefinition;
export declare const bounceOutUp: AnimationDefinition;