You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to avoid overuse of PrimitiveNavigationTransition, it would be great to have two things:
An overlay transition that could be combined with other navigation transitions to accomplish similar results to the default transition, only customized.. (Bonus if we could define the overlay with SwiftUI view body builder.)
Add the possibility to animate alongside the transition, a State value, or view model property so that either the from-view or to-view can animate something in sync with the transition. Ideally, this could be interactive with either the edge pan or pan interactive modes.
This discussion was converted from issue #131 on July 16, 2024 23:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In order to avoid overuse of PrimitiveNavigationTransition, it would be great to have two things:
Great Lib BTW!
Beta Was this translation helpful? Give feedback.
All reactions