/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ export { Animation, AnimationConfig, } from './animation'; export { PulseAnimation, PulseAnimationConfig, } from './pulseAnimation'; export { ShakeAnimation, ShakeAnimationConfig, } from './shakeAnimation'; export { ZoomAnimation, ZoomAnimationConfig, } from './zoomAnimation';