开发者

Execute action when an animation is repeated in Android

开发者 https://www.devze.com 2023-01-07 15:08 出处:网络
I\'m trying stuff with android animation and I would like to know if there is a way to execute some code every time an animation is repeated? I looked 开发者_StackOverflowat the google doc but didn\"t

I'm trying stuff with android animation and I would like to know if there is a way to execute some code every time an animation is repeated? I looked 开发者_StackOverflowat the google doc but didn"t find any method to do that...


Use an AnimationListener, overriding onAnimationRepeat().

0

精彩评论

暂无评论...
验证码 换一张
取 消