ngx-animations
Version:
An adaptation of Animate.css using @angular/animations
7 lines (6 loc) • 350 B
TypeScript
import { AnimationDefinition } from '../model/animation-definition';
export declare const bounceIn: AnimationDefinition;
export declare const bounceInDown: AnimationDefinition;
export declare const bounceInLeft: AnimationDefinition;
export declare const bounceInRight: AnimationDefinition;
export declare const bounceInUp: AnimationDefinition;