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
When showing a notification with .Animates(true), it appears as though the notification itself animates in & out, but the shadow does not. This creates a glitchy-looking effect, especially when the notification is fading out, as it looks like the notification disappears first, and then suddenly the shadow "pops out" later. It does this on both Windows & Android. Here's some videos to illustrate:
Windows:
Android:
The text was updated successfully, but these errors were encountered:
...Or if it won't be fixed, then maybe at least a .Shadow(brush) function (like .Background(), .Forground(), & .Accent()), so we can just override the shadow color to full transparency? Honestly looks too glitchy to ship as-is.
When showing a notification with
.Animates(true)
, it appears as though the notification itself animates in & out, but the shadow does not. This creates a glitchy-looking effect, especially when the notification is fading out, as it looks like the notification disappears first, and then suddenly the shadow "pops out" later. It does this on both Windows & Android. Here's some videos to illustrate:Windows:
Android:
The text was updated successfully, but these errors were encountered: