vue-infinite-slide-bar icon indicating copy to clipboard operation
vue-infinite-slide-bar copied to clipboard

How to pause animation on hover

Open dhanushkac opened this issue 3 years ago • 0 comments

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?

dhanushkac avatar Jul 24 '22 16:07 dhanushkac