export { ANIMATIONS } from './animations.data'; export { fadeAnimation } from './fade.animation'; export { fadeInAnimation } from './fadeIn.animation'; export { enterSlideUpAnimation } from './slide.up.animation'; export { foldDownUpAnimation } from './fold.downUp.animation'; export { fadeInFadeOutAnimation } from './fadeIn.fadeOut.animation';