UNPKG

angular-animations

Version:
12 lines (11 loc) 946 B
export { bounceAnimation, bounceOnEnterAnimation } from './bounce.animation'; export { flashAnimation, flashOnEnterAnimation } from './flash.animation'; export { headShakeAnimation, headShakeOnEnterAnimation } from './head-shake.animation'; export { IHeartBeatAnimationOptions, heartBeatAnimation, heartBeatOnEnterAnimation } from './heart-beat.animation'; export { jelloAnimation, jelloOnEnterAnimation } from './jello.animation'; export { IPulseAnimationOptions, pulseAnimation, pulseOnEnterAnimation } from './pulse.animation'; export { rubberBandAnimation, rubberBandOnEnterAnimation } from './rubber-band.animation'; export { IShakeAnimationOptions, shakeAnimation, shakeOnEnterAnimation } from './shake.animation'; export { swingAnimation, swingOnEnterAnimation } from './swing.animation'; export { tadaAnimation, tadaOnEnterAnimation } from './tada.animation'; export { wobbleAnimation, wobbleOnEnterAnimation } from './wobble.animation';