exyte / PopupView

Toasts and popups library written with SwiftUI
MIT License
3.44k stars 269 forks source link

Is there any way to disable 'appearFrom' animation? #140

Closed Robotxm closed 1 year ago

Robotxm commented 1 year ago

I want to make a popup view like DialogFragment in Android, but it seems that I cannot disable appearFrom animation. Is there any way to make it?

f3dm76 commented 1 year ago

Hey @Robotxm, if I understand you correctly, you can just show your desired view on top of whatever you have using ZStack, and you don't need this library

f3dm76 commented 1 year ago

Closing this one for now, please feel free to reopen with more details