angular-animations
Version:
Angular Animations Utilities
5 lines (4 loc) • 528 B
TypeScript
export { animateChildrenOnLeaveAnimation } from './animate-children.animation';
export { collapseAnimation, expandOnEnterAnimation, collapseOnLeaveAnimation, fadeInExpandOnEnterAnimation, fadeOutCollapseOnLeaveAnimation, collapseHorizontallyAnimation, collapseLeftOnLeaveAnimation, expandRightOnEnterAnimation, fadeInExpandRightOnEnterAnimation, fadeOutCollapseLeftOnLeaveAnimation } from './collapse.animation';
export { hueRotateAnimation } from './hue-rotate.animation';
export { rotateAnimation } from './rotate.animation';