With latest dependencies, the :enter animation only plays the first time the popover is opened
See original GitHub issueHere’s a demo Stackblitz that illustrates the problem.
I just:
- forked the issue template
- updated all dependencies (except
core-jsfor that reason).
NB: Actually, the opening animation does play again if you re-trigger an opening while the closing animation is playing.
I don’t quite know what’s broken and will keep investigating a bit tonight 🙂
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:9 (6 by maintainers)
Top Results From Across the Web
react-native-popover-view-test - npm
Start using react-native-popover-view-test in your project by running `npm ... to be fired when the open animation starts (before animation).
Read more >How to animate bootstrap popover while showing?
@IrvinDomininakaEdward : I'm using bootstrap v3.2.0. I've modified the fiddle: jsfiddle.net/8uKA5/5 , the first part of code is to prevent hiding popover while ......
Read more >Pop-ups: They're making a resurgence! - Chrome Developers
One such problem area is pop-ups, described in Open UI as "Popovers". Popovers have had a rather polarizing reputation for a long time....
Read more >Animate - OutSystems 11 Documentation
If the UI widget doesn't display, it's because the dependency isn't added. This happens because the Remove unused references setting is enabled.
Read more >@ng-bootstrap/ng-bootstrap@14.0.0 - jsDocs.io
If true , only one panel could be opened at a time. Opening a new panel will close others. property destroyOnHide.
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 Free
Top 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

Looks like the culprit is
@angular/cdkand that the breaking change was introduced between10.1.1and10.1.2.still broken, please reopen