/** * RubberBand animation for web-scrolling-text. * This animation creates a playful elastic effect. * usage: * ```jsx * import rubberBand from "web-scrolling-text/animation/rubberBand"; * * {["Hello", "World"]} * * ``` * @module web-scrolling-text/animation/rubberBand * @see {@link https://unpkg.com/web-scrolling-text/dist/animation/rubberBand.min.js} * * usage in html/vanilla js: * ```html * * * ``` */ declare const _default: { enterAnimation: string; exitAnimation: string; }; export default _default;