angular-animations
Version:
Angular Animations Utilities
6 lines (5 loc) • 459 B
TypeScript
export { zoomOutDownAnimation, zoomOutDownOnLeaveAnimation } from './zoom-out-down.animation';
export { zoomOutLeftAnimation, zoomOutLeftOnLeaveAnimation } from './zoom-out-left.animation';
export { zoomOutRightAnimation, zoomOutRightOnLeaveAnimation } from './zoom-out-right.animation';
export { zoomOutUpAnimation, zoomOutUpOnLeaveAnimation } from './zoom-out-up.animation';
export { zoomOutAnimation, zoomOutOnLeaveAnimation } from './zoom-out.animation';