python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SwiftUI Switch Statement Transition Behavior is not as expected
I am getting unexpected .transition behavior when using a switch statement to update the View vs. when using two if statements. The two if statements are sliding the views back in and out as expected,...
drazen90909
Votes: 0
Answers: 1
Priority of statemachine transitions with substates
I am currently writing a generic statemachine. But I have a couple of understanding problems.
Say I have a state A. A transitions to B if a condition is met.
A also has a substate A1. A1 transitions t...
Yamira
Votes: 0
Answers: 2
Problem with Nested Router View Transitions
I have two navigation menu in my page structure, one is main header navigation and other one is in one of those main navigated page. I added transition onto both router views but child router view's t...
Yusuf ÇAKIRCA
Votes: 0
Answers: 1
Set default transition for go_router in Flutter
as the docs from go_router describe, it is easy to set pageBuilder-Transitions for single pages.
However, I want to set the default PageTransition for all pages.
How do I set the default page transiti...
Marwin Lebensky
Votes: 0
Answers: 4