angular-animations
Version:
Angular Animations Utilities
6 lines (5 loc) • 597 B
TypeScript
export { IBounceInDownAnimationOptions, bounceInDownAnimation, bounceInDownOnEnterAnimation } from './bounce-in-down.animation';
export { IBounceInLeftAnimationOptions, bounceInLeftAnimation, bounceInLeftOnEnterAnimation } from './bounce-in-left.animation';
export { IBounceInRightAnimationOptions, bounceInRightAnimation, bounceInRightOnEnterAnimation } from './bounce-in-right.animation';
export { IBounceInUpAnimationOptions, bounceInUpAnimation, bounceInUpOnEnterAnimation } from './bounce-in-up.animation';
export { bounceInAnimation, bounceInOnEnterAnimation } from './bounce-in.animation';