android_additive_animations
android_additive_animations copied to clipboard
Additive animations for Android!
Results
1
android_additive_animations issues
Sort by
recently updated
recently updated
newest added
The stagger parameter gets overwritten by the startDelay when used in this order: ``` AdditiveAnimator.anime(views, 50) .setStartDelay(300) .yBy(100) .start() ``` `setStartDelay` should just add to the initial stagger, not overwrite...