Is there any way to apply multiple animations to an element in html? I have already applied opacity animation to my text ( from 0 opacity to 1). Now I want to move that same text. How is that possible?!
Thanks
P.S: I can have multiple animations start at the same time. But I want to move my text after the first animation finishes. So I have two animations and I want the second one to have a 2s delay. But how to delay just one of them?!