Hacker News new | ask | show | jobs
by mitgux 4875 days ago
It rely on the CSS3 transition instead of the jQuery animate function ..
1 comments

To go into more detail, I believe CSS animations will be faster because they are built into the browser, as opposed to calculating animation effects in a Javascript interval.
Exactly!