How to configure multiple animations?
iphonic opened this issue · 1 comments
iphonic commented
Hi, I was wondering how to configure multiple animations, I need. say I want to do bounceLeft and then morph.
How to achieve this?
Thanks.
wilddylan commented
control with type, delay. such: 1. delay = 0, duration = 0.2 type = bounceLeft, (call start animation) 2. delay = .2, duration = .2 , type = morph (call start animation) or use dispatch after