Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS hover doesn't trigger until scroll stops or mouse moves [duplicate]

Tags:

css

scroll

hover

Why does my css:hover effect not start until the scroll animation completes / my cursor moves? Is there any way I can make the:hover event trigger on immediate mouseOver?

https://codepen.io/QuiteQuinn/pen/mdxNReL

like image 714
Quinn Keaveney Avatar asked Aug 11 '26 08:08

Quinn Keaveney


1 Answers

As chrome prioritises scrolling, hover will work after the scroll is over. So there is no solution for it as of now. A similar question has been asked previously which you can refer below.

div-hover-not-working-when-scrolling-in-chrome

like image 124
Hassan Avatar answered Aug 14 '26 09:08

Hassan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!