Hacker News new | ask | show | jobs
by federicoweber 4935 days ago
that's exactly the first thought that strike my mind.
1 comments

currently there is a performance overhead to animate deeply nested HTML elements. so we would basically need a sizzle selector that applies to every HTML page that only selects "not deeply nested" nodes. so ":not(:has())" filters will be needed.
I was trying to do this but it seems like the implementation haves a little bug: https://github.com/franzenzenhofer/box2d-jquery/issues/1
thx, all bug-reports are welcome and will be fixed and tested a.s.a.p.