Skip to content

Commit

Permalink
Merge pull request #677 from busslina/master
Browse files Browse the repository at this point in the history
Removed transition and reverese transition durations on BeamPage
  • Loading branch information
slovnicki authored Oct 8, 2024
2 parents 1649a65 + 140ab58 commit 7e87ee7
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 @@ -323,6 +323,8 @@ class BeamPage extends Page {
opaque: opaque,
settings: this,
pageBuilder: (context, animation, secondaryAnimation) => child,
transitionDuration: Duration.zero,
reverseTransitionDuration: Duration.zero,
);
default:
return MaterialPageRoute(
Expand Down

0 comments on commit 7e87ee7

Please sign in to comment.