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

Popular posts from this blog

Python Equivalent for matlab cart2pol and pol2cart -

sip - Call SipJs to Asterisk 12 -

java - Joda Time Interval Not returning what I expect -