Merge pull request #3197 from pangeachat/3185-when-a-message-is-selected-for-more-interaction-blur-the-background-more
chore: increase background blur when toolbar is open
This commit is contained in:
commit
c389e683a3
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