Skip to content

Commit

Permalink
feat(ui): synchronise the animations on autoscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Mar 15, 2023
1 parent a786db4 commit 911ae73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/chaban_bridge_status_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ChabanBridgeStatusWidgetState
builder: (context, state) {
return AnimatedSize(
curve: Curves.ease,
duration: const Duration(seconds: 1),
duration: const Duration(milliseconds: 800),
child: AnimatedSwitcher(
duration: const Duration(seconds: 1),
reverseDuration: const Duration(milliseconds: 200),
Expand Down

0 comments on commit 911ae73

Please sign in to comment.