Live data from Hacker News

Webflow makes GSAP 100% free – plus more updates

webflow.com

21–30 of 44 posts

Re: Webflow makes GSAP 100% free – plus more updates

#23
post #21

Check out Lottie for animated SVG: https://lottie.github.io/ https://en.wikipedia.org/wiki/Lottie_(file_format)

Lottie handles a different usecase. Lottie is used to port animations from after effects to the web as an svg animation. For this Lottie will use a static json file which is generated beforehand. It uses a quite complex structure and is mere impossible to read as a human. Making dynamic manipulations not feasible.

For dynamic animations gasp is great as you just code the animation in js making it a perfect fit for the web. The creation process can be quite cumbersome though.

Re: Webflow makes GSAP 100% free – plus more updates

#26
We loved GSAP and wanted to combine that style of rendering with an event-driven programming model with redux so that we could pass animation events from a backend over a websocket.

Also wanted to keep a bunch of animations on different computers around the world in sync to within ~30ms. Ended up building this library: https://monadical-sas.github.io/redux-time/

Re: Webflow makes GSAP 100% free – plus more updates

#28

Yeah, no! GSAP is not open-source → they can pull the rag on you anytime. No need for drama when we can find/generate alternatives.

You're free to use/do as you wish, but GSAP is a remarkably powerful library that benefits from two decades of very smart people optimizing it.

It's very typical for someone to look at something that is only 95% perfect and declare that they could replace it in a few days or weeks, while simply refusing to learn from history (or Joel Spolsky's warnings against the big rewrite).

Re: Webflow makes GSAP 100% free – plus more updates

#29
post #27

Strange announcement Wasn’t GSAP already free and open source? I remember seeing it years ago! Is this more capitalism doublespeak?

GSAP has long had a free base library with many advanced features only available on a paid subscription basis.

While free as in beer is welcome, in a past life I was happy to pay to be able to access such a powerful toolkit.

Post reply on HN