开发者

How to regroup in an Animation/AnimationSet transformations that apply to different views

开发者 https://www.devze.com 2023-01-24 15:26 出处:网络
I am making a little dice game and I have a problem animating my dices: I have 6 dices (My class Dice extends the TextView class) that I would like to make rotate.

I am making a little dice game and I have a problem animating my dices: I have 6 dices (My class Dice extends the TextView class) that I would like to make rotate. So far, I know how to make them rotate individually (or all together with 6 different animations).

Is it possible to regroup in one animation or in an animationset these rotations so that with an Animation.AnimationListener I would be able to wait the end of those animations to r开发者_开发技巧un further instructions?

Thank you by advance for your help.

Gontran

0

精彩评论

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