vue-infinite-slide-bar
vue-infinite-slide-bar copied to clipboard
How to pause animation on hover
Hi,
I tried using this plugin with the pause on hover option as described in the documentation.
<infinite-slide-bar :barStyle="{padding: '40px 0' }" duration="24s" :paused="isPaused">
...
</infinite-slide-bar>
As it seems it is not working out of the box. is there something missing?