Skip to content

Commit

Permalink
feat(#677): use fade transition
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Dec 27, 2023
1 parent 2c49c32 commit 9e4d56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/secure/module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ const secureRoutePath = '/secure';
CustomRoute secureRoute() => CustomRoute(
path: secureRoutePath,
page: SecureRoute.page,
transitionsBuilder: TransitionsBuilders.zoomIn,
transitionsBuilder: TransitionsBuilders.fadeIn,
);

0 comments on commit 9e4d56d

Please sign in to comment.