Fluid and smooth rolling animation for Vue.js
npm install vue-roller

Fluid and smooth rolling animation for Vue.js
Try out here with your own text!
Vue2 (legacy)
```
npm i vue-roller@1.12.7
Vue3 (recommended)
``
npm i vue-roller
setup script
`ts`
OR
src/main.ts (plugin)
`ts
import VueRoller from "vue-roller";
import "vue-roller/dist/style.css";
createApp(App).use(VueRoller)
`
`html`
Displays text.
`html`
Sets the text to display when the page is first loaded (before the animation actually starts).
Must be included in char-set.
"" by default.
`html`
Sets the time for the animation to complete in millisecond(ms). 500 by default.
`html`
Sets the list of characters used for the animation.
Preset: number, alphabetnumber
Default:
`html``
Call the event at the end of the animation.