Topic: No animation works for me
Alezander Peña free asked 4 years ago
I was watching the animation section of MDBootstrap and it doesn't play any. I downloaded the free version and when starting a local project they didn't work either.
Could you help me?
Grzegorz Bujański staff answered 4 years ago
Hi. I guess you have windows animation turned off. Then, unfortunately, the animations on our site will not work either.
This is because our code has disabled animations for people who have disabled system animations:
@media (prefers-reduced-motion) {
.animated {
transition: none !important;
animation: unset !important;
}
}
You can try to delete this code or overwrite it on your page, but remember that it is a code used for people who need to disable animations for health reasons.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: Web
- Browser: Chrome
- OS: Window 7
- Provided sample code: No
- Provided link: No