mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Improved FAB animator
This commit is contained in:
parent
04d39f8f13
commit
6ba391245d
1 changed files with 1 additions and 1 deletions
|
@ -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.setRepeatCount(ValueAnimator.INFINITE);
|
||||
animator.setRepeatMode(ValueAnimator.REVERSE);
|
||||
|
|
Loading…
Reference in a new issue