开发者

Run animation sequentially for infinite time

开发者 https://www.devze.com 2023-03-05 21:59 出处:网络
How do I define a set of animations without using the <set> tag? I read somewhere on this forum that the set tag has开发者_开发技巧 a buggy implementation and will not run with repeatCount=\"inf

How do I define a set of animations without using the <set> tag? I read somewhere on this forum that the set tag has开发者_开发技巧 a buggy implementation and will not run with repeatCount="infinite".


You could override onAnimationStart and onAnimationEnd, if you you extend View, to trigger starting the new animation when the old animation has finished.

0

精彩评论

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