Hacker News new | ask | show | jobs
by methyl 3579 days ago
Check out https://developer.mozilla.org/en-US/docs/Web/API/Web_Animati... for animation without jQuery
1 comments

Thanks, you're absolutely right. Web Animation API is one of the few new JS APIs that I haven't explored much, and I see I've been missing a lot. I tend to use CSS animation in production for most animations whenever I can, but I'm definitely going to keep my eye on support for the Web Animation API (although I'm guessing it won't be hardware accelerated like CSS for a while, if ever).