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
I'd like to be able to set ValueAnimator.repeatCount property as well as apply infinite mode for specific animation, sth like:
ValueAnimator.repeatCount
ankomate { times = 3 scale(view1) { } then { infinite = true rotate(view1) { } } }
Cool dsl library btw! 👍
The text was updated successfully, but these errors were encountered:
Thanks Pawel! Shouldn't be too hard, I'll try to get that in shortly.
Sorry, something went wrong.
No branches or pull requests
I'd like to be able to set
ValueAnimator.repeatCount
property as well as apply infinite mode for specific animation, sth like:Cool dsl library btw! 👍
The text was updated successfully, but these errors were encountered: