Improved FAB animator

pull/214/head
M66B 11 months ago
parent 04d39f8f13
commit 6ba391245d

@ -953,7 +953,7 @@ public class Helper {
} }
}; };
ObjectAnimator animator = ObjectAnimator.ofFloat(fab, "alpha", 0.9f, 1.0f); ObjectAnimator animator = ObjectAnimator.ofFloat(fab, "alpha", 0.9f, 1.1f);
animator.setDuration(750L); animator.setDuration(750L);
animator.setRepeatCount(ValueAnimator.INFINITE); animator.setRepeatCount(ValueAnimator.INFINITE);
animator.setRepeatMode(ValueAnimator.REVERSE); animator.setRepeatMode(ValueAnimator.REVERSE);

Loading…
Cancel
Save