/** * Scale In animation for web-scrolling-text. * This animation makes the text scale in and out of view. * usage: * ```jsx * import scaleIn from "web-scrolling-text/animation/scaleIn"; * * {["Hello", "World"]} * * ``` * @module web-scrolling-text/animation/scaleIn * @see {@link https://unpkg.com/web-scrolling-text/dist/animation/scaleIn.min.js} * * usage in html/vanilla js: * ```html * * * ``` */ declare const _default: { enterAnimation: string; exitAnimation: string; }; export default _default;