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
Current implementation has a hardcoded 500ms delay in the JS, similar thing in the CSS. These would preferably be configurable, especially because we can then lower the duration of these notifications in (acceptance) tests as needed.
Ideally we'd also listen for the animationEnd event instead of the current guesstimation in JS.
Current implementation has a hardcoded 500ms delay in the JS, similar thing in the CSS. These would preferably be configurable, especially because we can then lower the duration of these notifications in (acceptance) tests as needed.
Ideally we'd also listen for the
animationEnd
event instead of the current guesstimation in JS.cc @pichfl
The text was updated successfully, but these errors were encountered: