Custom JS cursor updates on hover – but not when auto-scrolling content moves beneath it (without mouse movement)
I have a custom cursor effect that follows the real browser point around the page. When the mouse hovers over an element with a data-label
value set, a class of .cursor-trail--hover
is added and the relevant value is displayed along side the cursor*. This is animated in/out of view.