Page 1 of 1

CSS3 aninmation issue

Posted: Fri Mar 15, 2019 7:34 am
by tba
Hi

Is it possible to have more than one animation on an object? I have tried to add a 2nd animation but it seems to cancel out the 1st one even if I add a delay to the 2nd one so that the 1st one shall have time to execute?

Grateful for any suggestions

Re: CSS3 aninmation issue

Posted: Fri Mar 15, 2019 7:42 am
by Pablo
Yes, you can use multiple animations per object.
If it does not work then it's most likely because of conflicting settings.
For example, if the firts animation affects the opacity then you should take that into account in the second animation.