-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timeToLive, fadeOutAnimationDuration, afterHideCallback don't seem to be working #10
Comments
@KyLeggiero do you have any pointers on this ? |
Yeah, this is weird. I'm trying to debug this. Seems to be new as of Sonoma maybe? Stay tuned. Also currently working on a SwiftUI API so I wanna make sure this remains polished for that launch. |
|
Any value less than 2 seems to work for |
You should be able to reproduce this issue with the above code, |
Thank you for the feedback! Will keep all this in-mind during the coming updates |
Have a really simple program where I am trying to show an HUD, but I can't seem to be able to get
timeToLive
,fadeOutAnimationDuration
andafterHideCallback
options to work,despite whatever value I set the HUD disappears with no animations,
fadeInAnimationDuration
seems to work though.also
timeToLive
does not seem to have any effect and the HUD disappears after the same time no matter what value I set.afterHideCallback
does not seem to trigger either.The text was updated successfully, but these errors were encountered: