سؤال

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top