E
E
Evdokim2019-10-14 08:59:35
css
Evdokim, 2019-10-14 08:59:35

What are the javascript libraries that add step-by-step animation to the site?

There was a need to add a small animation to the site. For example, a visitor enters the site, a picture appears smoothly, a site header appears with navigation, and some more animation.
Are there libraries that do without timeouts, but on promises, for example? If you do it yourself on promises, then how to catch Resolve during CSS animation? Count seconds?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dymok, 2019-10-14
@UnluckySerivelha

wow.js and its analogues

S
Sergey Sokolov, 2019-10-14
@sergiks

how to catch Resolve on css animation?

The transitionend event on an element with animation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question