Hacker News new | ask | show | jobs
by RyanGoosling 1655 days ago
why does a different set of CSS make it _fast_?
1 comments

It probably doesn't in this case, but there are cases where css can have significant performance implications. Different selectors take different amounts of time, various things can force re-laying out the page etc. Not to mention pointless animation.