angular-animations
Version:
Angular Animations Utilities
5 lines (4 loc) • 496 B
TypeScript
export { ISlideInDownAnimationOptions, slideInDownAnimation, slideInDownOnEnterAnimation } from './slide-in-down.animation';
export { ISlideInLeftAnimationOptions, slideInLeftAnimation, slideInLeftOnEnterAnimation } from './slide-in-left.animation';
export { ISlideInRightAnimationOptions, slideInRightAnimation, slideInRightOnEnterAnimation } from './slide-in-right.animation';
export { ISlideInUpAnimationOptions, slideInUpAnimation, slideInUpOnEnterAnimation } from './slide-in-up.animation';