2020-04-22
2616
#vanilla javascript
Andrew Evans
17207
Apr 22, 2020 â‹… 9 min read

Comparing JavaScript animation libraries

Andrew Evans Husband, engineer, FOSS contributor, and Principal Engineer & Tech Lead at CarMax. Follow me at andrewevans.dev.

Recent posts:

5 Best Open Source Tools For Cross-Browser CSS Testing

5 best open source tools for cross-browser CSS testing

Discover open source tools for cross-browser CSS testing like Playwright and BrowserStack to catch rendering errors, inconsistent styling, and more.

Peter Aideloje
Apr 18, 2025 â‹… 11 min read
Use TypeScript Instead Of Python For ETL Pipelines

Use TypeScript instead of Python for ETL pipelines

Build a TypeScript ETL pipeline that extracts, transforms, and loads data using Prisma, node-cron, and modern async/await practices.

Muhammed Ali
Apr 17, 2025 â‹… 6 min read
best react charts libraries

Best React chart libraries (2025 update): Features, performance & use cases

Looking for the best React charting library? Compare the latest options, from Recharts to MUI X Charts, and see which one fits your project best.

Hafsah Emekoma
Apr 16, 2025 â‹… 10 min read
TypeScript Is Going Go: Why It's The Pragmatic Choice

TypeScript is going Go: Why it’s the pragmatic choice

Explore why the TypeScript team is porting the compiler to Go in TypeScript 7. Learn how this shift impacts performance, tooling, and the future of the TypeScript ecosystem.

John Reilly
Apr 16, 2025 â‹… 9 min read
View all posts

4 Replies to "Comparing JavaScript animation libraries"

  1. I’d say that three.js & p5.js are in completely different ballpark. Even three.js is used most of the time in conjunction with tween.js (animating/tweeting library that’s not even mentioned here).
    Although, it’s good rundown with comprehensive information and example code. I just find the title misleading.

Leave a Reply