Toast animation issue
See original GitHub issueDescribe the bug
When there are multiple toasts present, slide animations only work for the first item, and even then there’s a hitch in the animation. I made a demo that shows toasts side by side with a vanilla transition-group, with some instructions.
Demo https://codepen.io/cvn/pen/vYEKQdO
A difference with a vanilla transition-group is that when toasts are not animating, they keep a b-toaster-enter-to
class. And after moving, they also keep a b-toaster-move
class. Like the enter and move animations aren’t ever completing.
Ref #4473
Expected behavior
Toast move and leave animations should work for all toasts.
Versions
Libraries:
- BootstrapVue: 2.1.0
- Bootstrap: 4.4.1
- Vue: 2.6.10
Environment:
- OS: macOS Mojave
- Browser: Chrome 78
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Toast Message Animation in Figma - YouTube
Toast Messages are used to provide simple feedback about an operation in a small popup. In this video, I show how to create...
Read more >Toast Animation - Etsy
Check out our toast animation selection for the very best in unique or custom, handmade pieces from our shops.
Read more >Toasts · Bootstrap v5.0
Toasts are lightweight notifications designed to mimic the push notifications that have been popularized by mobile and desktop operating systems.
Read more >What's new in react-hot-toast 2.0
The exit animation is now less hectic when you have multiple toasts stacked. Per toast positioning. From now on, it's possible to have...
Read more >Toast Message not displayed in Edge after updating @angular
Topic : Toast Message not displayed in Edge after updating @angular/animations. peter.r.bladh@saabgroup.com free asked 3 years ago ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The animation issues are caused by bugs in Vue.js
transition-group
implementation.Theare open PR’s on GitHub which seem to fix the issues:
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!