[Question] Disable the animation when switching views? #1326
-
QuestionIs there any way to disable the animation when switching views using this for example routing example. For example when switching views you can see the previous view's content while switching to a different view is it possible to disable/bypass this in some way? Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Here is the list of supported transitions: https://flet.dev/docs/controls/page#navigation-transitions Do you want like 0 delay switching between views? |
Beta Was this translation helpful? Give feedback.
-
Oh, could you try setting |
Beta Was this translation helpful? Give feedback.
Oh, could you try setting
PageTransitionTheme.NONE
? Looks like the docs are missing that!