svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
10.95k stars 1.07k forks source link

Mouseover and mouseout events won't trigger when mouse moves too fast #1289

Closed chaoyifei closed 10 months ago

chaoyifei commented 1 year ago

Mouseover and mouseout events won't trigger when mouse moves too fast

When I slide my mouse between different rect,Mouseover and mouseout events won't trigger when mouse moves too fast

Fuzzyma commented 1 year ago

That sounds more like a limitation of the browser than the library. We use native events. No magic. So there is nothing we can do about it. You are better off asking on stackoverflow and providing an example that shows your issue