ngx-animations
Version:
An adaptation of Animate.css using @angular/animations
17 lines (16 loc) • 517 B
TypeScript
export * from './fade-entrance';
export * from './fade-exit';
export * from './bounce-entrance';
export * from './bounce-exit';
export * from './attention-seeker';
export * from './flip';
export * from './light-speed';
export * from './rotate-entrance';
export * from './rotate-exit';
export * from './slide-entrance';
export * from './slide-exit';
export * from './specials';
export * from './zoom-entrance';
export * from './zoom-exit';
export * from './back-entrance';
export * from './back-exit';