swiftui-navigation-transitions icon indicating copy to clipboard operation
swiftui-navigation-transitions copied to clipboard

Pure SwiftUI Navigation transitions ✨

Results 6 swiftui-navigation-transitions issues
Sort by recently updated
recently updated
newest added

Dear davdroman! Can you update this package support with .macOS(.v10_15). Thanks. ![Screenshot 2024-04-10 at 14 46 39](https://github.com/davdroman/swiftui-navigation-transitions/assets/4751517/f301e4e1-71f6-4c76-9f54-30a6db7c44f9)

thank you for creating this library @davdroman! I have a global background color in my app (implemented using the [ZStack approach](https://stackoverflow.com/a/56568961/12955797)). How do I change the fade transition to have...

hello, i want to show view like present full screen view animation i tried slide(axis: .vertical)) but animation not like present

Would it be possible to add a slide-inverse animation also? I mean in a ltr application from left to right or if you prefer from leading to trailing. It would...

Apple [will require](https://developer.apple.com/ios/submit/#:~:text=Please%20note%20that,iOS%2017%20SDK.) Xcode 15/Swift 5.9 to deploy apps to the App Store by April 2024. So at some point then I'll bump min Swift version to 5.9. This is...

- [x] Unit tests - [ ] Integration UI tests? - [ ] [Snapshot XCUI Tests](https://joesusnick.medium.com/snapshot-xcui-testing-6a16c7ccd47b)? This would help test the gesture animation layer.