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