Skip to content

Commit

Permalink
Decrease settling animation duration
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Sep 14, 2024
1 parent f9fe234 commit e9b5104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/foundation/sheet_activity.dart
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class BallisticSheetActivity extends SheetActivity
when detent.resolve(owner.metrics.contentSize) != newPixels) {
owner.beginActivity(
SettlingSheetActivity.withDuration(
const Duration(milliseconds: 200),
const Duration(milliseconds: 150),
destination: detent,
),
);
Expand Down

0 comments on commit e9b5104

Please sign in to comment.