ngx-animations
Version:
An adaptation of Animate.css using @angular/animations
13 lines (12 loc) • 634 B
TypeScript
import { AnimationDefinition } from '../model/animation-definition';
export declare const bounce: AnimationDefinition;
export declare const flash: AnimationDefinition;
export declare const headShake: AnimationDefinition;
export declare const heartBeat: AnimationDefinition;
export declare const jello: AnimationDefinition;
export declare const pulse: AnimationDefinition;
export declare const rubberBand: AnimationDefinition;
export declare const shake: AnimationDefinition;
export declare const swing: AnimationDefinition;
export declare const tada: AnimationDefinition;
export declare const wobble: AnimationDefinition;