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
It would be nice to be able to do some custom animation that indicates how long the notification stays open, like a progress bar.
Describe the solution you'd like
Add a CSS custom property to the component host which indicates the duration, e.g. <vaadin-notification style="--duration: 6;">.
A raw number gives more flexibility than an actual duration like 6s, so that the number can be used to define other properties as well (like size for example).