Skip to content

Instantly share code, notes, and snippets.

@romandanylyk
Created December 18, 2017 21:41
Show Gist options
  • Select an option

  • Save romandanylyk/645785f339fc71bb7026729bb71b01a1 to your computer and use it in GitHub Desktop.

Select an option

Save romandanylyk/645785f339fc71bb7026729bb71b01a1 to your computer and use it in GitHub Desktop.
AnimatorSet animatorSet = new AnimatorSet();
List<Animator> animatorList = ... //collection of ValueAnimator
animatorSet.playSequentially(animatorList);
animatorSet.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment