Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<set>タグを使用せずに一連のアニメーションを定義するにはどうすればよいですか?このフォーラムのどこかで、setタグにはバグのある実装があり、で実行されないことを読みましたrepeatCount="infinite"。
<set>
repeatCount="infinite"
と をオーバーライドonAnimationStartしてonAnimationEnd、 を拡張するViewと、古いアニメーションが終了したときに新しいアニメーションの開始をトリガーできます。
onAnimationStart
onAnimationEnd
View