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

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -