Hacker News new | ask | show | jobs
by Zikes 4340 days ago
The animations are CSS powered, which takes advantage of GPU optimizations better than JS animations. If the browser does not support the necessary CSS animations then jQuery animations will be used.

jQuery is still necessary for the logic behind implementing an accordion, but the "heavy lifting" is done in CSS where possible.

2 comments

Seeing an animation like this seems like such a trivial thing.

It's like rounded corners. Is anybody wasting effort with background images or javascript to make rounded corners for old browsers? I can't imagine they are. If they are, they need to have the graceful degradation talk with their boss/client.

Ah, thanks, that makes sense.