angular-animations
Version:
Angular Animations Utilities
6 lines (5 loc) • 616 B
TypeScript
export { IBounceOutDownAnimationOptions, bounceOutDownAnimation, bounceOutDownOnLeaveAnimation } from './bounce-out-down.animation';
export { IBounceOutLeftAnimationOptions, bounceOutLeftAnimation, bounceOutLeftOnLeaveAnimation } from './bounce-out-left.animation';
export { IBounceOutRightAnimationOptions, bounceOutRightAnimation, bounceOutRightOnLeaveAnimation } from './bounce-out-right.animation';
export { IBounceOutUpAnimationOptions, bounceOutUpAnimation, bounceOutUpOnLeaveAnimation } from './bounce-out-up.animation';
export { bounceOutAnimation, bounceOutOnLeaveAnimation } from './bounce-out.animation';