Pause on hover
Any way to pause the scroll on hover?
Definitely doable.
@cdtinney could really do with this right now. Any ideas in the meantime?
@aaadamgo Have you tried adding a hover listener and changing the speed to 0 on hover?
@ChanceSQ do you have a WIP branch I might be able to take over?
@aaadamgo Have you tried adding a hover listener and changing the speed to
0on hover?
Doh, good idea, will try that now.
Have you tried adding a hover listener and changing the speed to 0 on hover?
In my case, this resets the transition of the marquee to the start whenever the state is updated in the component.
Any other option to achieve the pause? Or certain way of implementing?
@atulmy that seems like a bug. It should stop and resume where it is. I can take a look when I get a chance, and also happy to review a PR (if you want to contribute, GitHub Codespaces works fine for this project!).