K
K
korchuni2018-02-27 13:41:19
css
korchuni, 2018-02-27 13:41:19

How to implement such animation of a deer?

https://vintage.agency/404
Maybe there are libraries?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
I
Ivan Bogachev, 2018-02-27
@sfi0zy

All the movements of the deer are small changes in the same curves, which simplifies the task. Look at the first example from this article , it just describes the ideas of how to make such animations.

A
Andrew, 2018-02-27
@KeySVG

Here it seems that they even managed without shape animation, with simple deformations. It can easily be implemented as some online editors, I would use Keyshape - 100 pounds can handle pure svg, without js.

V
Vladimir, 2018-02-27
@Casufi

Google for words svg tween animation
For example https://github.com/colinmeinke/svg-tween/tree/mast...

P
profesor08, 2018-02-27
@profesor08

SVG + GSAP = your 404 reindeer. There is nothing complicated, only intermediate states of the deer are needed, in this case three, looking to the left, looking at you, looking to the right. And with the help of gsap, all points are animated from one state to another.

V
Viktor Taran, 2018-02-27
@shambler81

svg+css

S
Sanovskiy, 2018-03-29
@Sanovskiy

Simple work with SVG animations is in animejs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question