V
V
Victor Belozyorov2016-07-15 12:57:45
css
Victor Belozyorov, 2016-07-15 12:57:45

Which framework to choose for complex web animations (with example)?

Hello.
What is the framework for quickly implementing such web animations:

  1. dribbble.com/shots/2487473-lima
  2. dribbble.com/shots/2672582-Motion-Market

Tried Solutions:
  1. Paper.js
  2. Processing.js
  3. Raphael

Обязательные условия для фреймворка:
  1. Поддержка растровых и векторных моделей
  2. Поддержка мобильных устройств
  3. Поддержка events

Спасибо за экспертный ответ с примером.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
Nikolay Talanov, 2016-07-15
@WispProxy

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.

Владимир Грабко, 2016-07-16
@VGrabko

three.js

G
GreatRash, 2016-07-15
@GreatRash

mojs.io

Александр Таратин, 2016-07-16
@Taraflex

Adobe Animate CC c экспортом в canvas

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question