ankomation
ankomation copied to clipboard
Repeating & infinite animation
I'd like to be able to set ValueAnimator.repeatCount property as well as apply infinite mode for specific animation, sth like:
ankomate {
times = 3
scale(view1) {
}
then {
infinite = true
rotate(view1) {
}
}
}
Cool dsl library btw! 👍
Thanks Pawel! Shouldn't be too hard, I'll try to get that in shortly.