Skip to content

Instantly share code, notes, and snippets.

@j-onathan
Created August 26, 2014 17:31
Show Gist options
  • Save j-onathan/21eb8fbda9c61c602e63 to your computer and use it in GitHub Desktop.
Save j-onathan/21eb8fbda9c61c602e63 to your computer and use it in GitHub Desktop.
AnimatorSet set = new AnimatorSet();
set.playSequentially(moveAnim, skewAnim, wobbleAnim);
if (finishDownAnim != null) {
set.play(finishDownAnim).before(moveAnim);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment