Created
December 18, 2017 21:41
-
-
Save romandanylyk/645785f339fc71bb7026729bb71b01a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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