Bootstrap 4 modal animations do not work
See original GitHub issueI am not sure but documentation for B4 modals https://getbootstrap.com/docs/4.6/components/modal/ has an example named Live demo which should be animated but it is not. It displays without any animation. Also I have a project where I import bootstrap via npm
window.$ = window.jQuery = require('jquery')
import 'bootstrap/dist/css/bootstrap.min.css'
import 'bootstrap/dist/js/bootstrap.min.js'
and modals with .fade class also have no animation. Is it a bug or not? Thanks.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
modal fade not working - Stack Overflow
Bootstrap uses the following CSS media query to disable the modal fade ... method worked for me: Settings > Ease of Access >...
Read more >Modal Animation not working (Fade)
Go to accessibility settings by pressing the Windows key, + U. Go to the Vision section and click on Visual Effects 2. Click...
Read more >Modal - Bootstrap
Use Bootstrap's JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
Read more >Modal · Bootstrap v4.6
Use Bootstrap's JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
Read more >Modal · Bootstrap v5.0
How it works ... The animation effect of this component is dependent on the ... Included are the modal header, modal body (required...
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
Yes I have it. It works. On Windows Settings > Ease of access > Show animations
Thanks.
Nope they don’t work at all
On Sun, Aug 29, 2021, 2:49 PM Gaël Poupard @.***> wrote: