Start an Android animation synchronized with another -
I run a pulse animation (= scale and scale-up) on a scene with a failing repetitive mode:
View 1 Start animation (animation-heavy animation (this, R. anime pulse));
Again, with an event based on a button, I start another pulse animation in another scene.
view2.startAnimation (AnimationUtils.loadAnimation (this, R.anim.pulse));
Is it possible to wait for the other first, so they can be synchronized? (Scale at the same time scale and at the same time scale).
Comments
Post a Comment