Topic: How do I disable wow animations on mobile devices?
Kalubeticismo pro asked 6 years ago
Hello I have several animations made through the wow class, I would like to be able to remove them on mobile devices, how is it done?
Piotr Glejzer staff answered 6 years ago
fajnebity answered 5 years ago
fajnebity answered 5 years ago
BTW, how about using something along these lines and adding to the package:
.wow-disable {
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
Marta Szymanska staff pro premium answered 5 years ago
Hi,
we haven't tested this yet. If I understand correctly, you want to have all working animations on the desktop but turn off them on mobile devices, yes?
Best, Marta
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: PC
- Browser: 4.4.2
- OS: Windows10
- Provided sample code: Yes
- Provided link: No