Skip to content

Commit

Permalink
Merge branch 'slovnicki:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten435 authored Oct 9, 2024
2 parents 8c7168b + 7e87ee7 commit df074ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/lib/src/beam_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ class BeamPage extends Page {
transitionDuration: transitionDuration ?? Duration.zero,
reverseTransitionDuration: reverseTransitionDuration ?? Duration.zero,
pageBuilder: (context, animation, secondaryAnimation) => child,
transitionDuration: Duration.zero,
reverseTransitionDuration: Duration.zero,
);
default:
return MaterialPageRoute(
Expand Down

0 comments on commit df074ef

Please sign in to comment.