Answer the question
In order to leave comments, you need to log in
Which framework to choose for complex web animations (with example)?
Hello.
What is the framework for quickly implementing such web animations:
Answer the question
In order to leave comments, you need to log in
Option 2 is almost always:
1) Greensock (GSAP). The coolest lib for animations, probably everything, except maybe canvas / webgl (for this, they usually already use threejs or write something with pens).
2) Bodymoving. On the second GIF, for example, a sequential animation that does not require interaction from the user, but at the same time contains many details and micro-movements. Sawing this with your hands - VERY many hours (the difference between a similar prototype and a prototype that is 90% similar to a GIF is colossal). Whereas with bodymovin you just export all the animation from after effects and run it on the client. Of course, there are some downsides, lack of flexibility and quite a lot of code exported from AE, but usually there is no other way in such situations.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question