Settings

Theme

Web Animation with GSAP: A Superior Alternative to CSS and JavaScript

medium.com

9 points by hybrid11 2 years ago · 3 comments

Reader

FractalHQ 2 years ago

The code quality of GSAP is pretty terrible too. The codebase is prehistoric in terms of best practices, it doesn’t tree-shake well, their package exports are mis-configured, their type definitions are bad or missing, their api’s are wildly bloated making it easy to get lost or write inefficient code, licenses are convoluted, and the performance isn’t great compared to just using CSS, SMIL, or the Web Animation API.

I’ve built some cool stuff with it, but GSAP is hardly superior. Just use the platform, or use a modern alternative to GSAP like https://motion.dev

mindcrime 2 years ago

Another goofy, non-standard license[1] that hasn't been vetted by anybody, and isn't well understood. Weird terms like "You can only use this in no-charge software, but if you only charge the user once you can use it." and "If you use this in subscription / usage fee software, please buy a commercial license." So is that a request, or a strict condition? Thanks, but no thanks.

[1]: https://gsap.com/community/standard-license/

fyrn_ 2 years ago

Please just use CSS, yes it has limitations but it also won't break or lag when not in ideal circumstances, and will work on cheap android phones in developing countries.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection