ankomation icon indicating copy to clipboard operation
ankomation copied to clipboard

Simple animations in Kotlin

Results 1 ankomation issues
Sort by recently updated
recently updated
newest added

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...