How to chain multiple animations #1495
Unanswered
nexxai
asked this question in
Support from community
Replies: 1 comment
-
Hi, I guess there is not any specific way to do this. For me works classic setTimeout - firstly removing old animate class then add new animate class. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if anyone can give me a hand chaining multiple animations.
Specifically, I'm trying to take an element and have it fade in and up (using
[fade-in-up_2s_ease-in-out]
), wait for some period of time (let's say 5 seconds), and then have it fade up and out (using[fade-out-up_2s_ease-in-out]
).I've tried using something like
fade-in-up_fade-out-up_2s_ease-in-out
but obviously that didn't work, and I don't know enough about CSS to really make heads or tails of what I'm trying to do.Beta Was this translation helpful? Give feedback.
All reactions