angular-animations
Version:
Angular Animations Utilities
6 lines (5 loc) • 688 B
TypeScript
export { IRotateInDownLeftAnimationOptions, rotateInDownLeftAnimation, rotateInDownLeftOnEnterAnimation } from './rotate-in-down-left.animation';
export { IRotateInDownRightAnimationOptions, rotateInDownRightAnimation, rotateInDownRightOnEnterAnimation } from './rotate-in-down-right.animation';
export { IRotateInUpLeftAnimationOptions, rotateInUpLeftAnimation, rotateInUpLeftOnEnterAnimation } from './rotate-in-up-left.animation';
export { IRotateInUpRightAnimationOptions, rotateInUpRightAnimation, rotateInUpRightOnEnterAnimation } from './rotate-in-up-right.animation';
export { IRotateInAnimationOptions, rotateInAnimation, rotateInOnEnterAnimation } from './rotate-in.animation';