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
Looking to setup a tether for notifications that animate in, but can accumulate, so
more then one notification can be visible. Is there any way to do this? I've tried a single tether for all notifications (only the first notification is animated) and a tether for each notification, which makes them overlap.
The text was updated successfully, but these errors were encountered:
You may be able to accomplish this by having each individual notification be a liquid-tether and by modifying the parameters of the notifications, like offset.
For instance, when you render the first notification (let's say in the upper right corner of the screen), it could have offset 0 0, and when you render the second notification, you could bump the offset by the height of the new notification, moving it down. It should animate between the two positions by default.
Looking to setup a tether for notifications that animate in, but can accumulate, so
more then one notification can be visible. Is there any way to do this? I've tried a single tether for all notifications (only the first notification is animated) and a tether for each notification, which makes them overlap.
The text was updated successfully, but these errors were encountered: