Zacchino
(Zacchino)
1
Hello @Everyone,
I’m trying to do the following but I’m a bit puizzled… Just like there’s an obvious “Wait” feature missing:
Let’s say I have 2 square divs:
│ 1 │ │ 2 │
I want the Div1 to rotate 360, and when finish, and only then, I want Div2 to roate 360.
How would you do such a condition (to wait for the first animation to end before firing the next one) ?
jorn
(Jörn)
2
Put a delay on second div. The delay is the same time as the first divs interaction.

jorn
(Jörn)
3
And after that delay you add the interactions.
Makes sense? 
Zacchino
(Zacchino)
4
Oh so if I get it right, I put an “Empty” step with just a Delay? Got it. So smart!
1 Like
system
(system)
Closed
5
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.