chore: increase background blur when toolbar is open
This commit is contained in:
parent
6f29c84311
commit
d88c2a1525
2 changed files with 2 additions and 2 deletions
|
|
@ -246,7 +246,7 @@ class TransparentBackdropState extends State<TransparentBackdrop>
|
|||
curve: FluffyThemes.animationCurve,
|
||||
),
|
||||
);
|
||||
_blurTween = Tween<double>(begin: 0.0, end: 2.5).animate(
|
||||
_blurTween = Tween<double>(begin: 0.0, end: 3.0).animate(
|
||||
CurvedAnimation(
|
||||
parent: _controller,
|
||||
curve: FluffyThemes.animationCurve,
|
||||
|
|
|
|||
|
|
@ -550,7 +550,7 @@ class MessageSelectionPositionerState extends State<MessageSelectionPositioner>
|
|||
return 0.8;
|
||||
case ReadingAssistanceMode.selectMode:
|
||||
case null:
|
||||
return 0.4;
|
||||
return 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue