All Collections
Troubleshooting
Why does the hover state on some elements lag for fast cursor movements?
Why does the hover state on some elements lag for fast cursor movements?
Updated over a week ago

When an end-user moves their cursor very fast, the browser will not account for this movement and hover states on elements may lag. This is because the browser polls the location of the mouse and doesn't interpolate between locations when the mouse is moved. As a result, if the mouse is moved very fast, sometimes the necessary events are not fired, leading to incorrect hover states.

Did this answer your question?