D
D
Dmitry Shcherbakov2018-06-29 01:25:46
css
Dmitry Shcherbakov, 2018-06-29 01:25:46

How to make windows pop up one by one?

I connected Animate and Wow to the Site, I need the animation of the next block to start after the completion of the previous one. How to do it?
For example, there are two blocks. Both of them float up when scrolling, but it is necessary that until the first one is completely out, the second one was not on the site at all, and then it floated up.
I know clumsily formulated, I hope you understand and help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2018-06-29
@KickeRockK

Read
Well, or if there is a simple dependence on the scroll, then you can also create a condition:
while the scroll position is in interval 1 (for example, from 100 to 300 from the beginning of the document), the first block pops up, when interval 2 (from 300 to 600) the second one pops up. But it also needs a delay via setTimeOut for the animate.

A
Artem Menshov, 2018-06-29
@menshov-artem

Use the Scroll Magic plugin .
There are start and end triggers.
Just take these triggers and put them as if one after another.
First the first section start, then end and after that end start the next animation start - end.
Thus, it will clearly work out the first block with its animation, and then the next one.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question