Hacker News new | ask | show | jobs
by just2n 4738 days ago
Additionally, jQuery is not known for its performance, especially regarding animations.

For me, on Chrome Canary, the animation "chugs" every 20-30 frames (from 60 fps to a frame that takes 200ms). It's almost entirely in rendering, and it's immediately following a jQuery callback. It only happens when scrolling down. I'd like to see this done with a very simplistic requestAnimationFrame tweener to compare the same type of animation against something that is doing nothing else but computing a new scrollTop and setting it. I have a strong feeling, in Chrome at least, that the problem here is jQuery, not SVG perf.

Additionally, for other browsers, I'd like to see this tested with icon fonts.