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
Probably will use requestAnimationFrame for better support and keep the wc-toast size small (no need for polyfill)
Blocker
First toast run animation perfectly smooth, but when another toast is added to the container, it bounces and makes the distracting animation
When the toast container changes the position to the bottom of the page (default is at the top) or changes it back to the default, animation doesn't run at all (except CSS animation).
Why
Current Progress
Use Web Animation API:
Probably will use requestAnimationFrame for better support and keep the
wc-toast
size small (no need for polyfill)Blocker
References
The text was updated successfully, but these errors were encountered: