We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: