Skip to content

Commit

Permalink
chore: Follow up page transition
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Aug 10, 2023
1 parent 3845f10 commit 9c3e13c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/config/routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,6 @@ class AppRoutes {
Page defaultPageBuilder(BuildContext context, Widget child) =>
CustomTransitionPage(
child: child,
transitionDuration: FluffyThemes.animationDuration,
reverseTransitionDuration: FluffyThemes.animationDuration,
transitionsBuilder: (context, animation, secondaryAnimation, child) =>
FluffyThemes.isColumnMode(context)
? FadeTransition(opacity: animation, child: child)
Expand Down

0 comments on commit 9c3e13c

Please sign in to comment.