How do I disable wow animations on mobile devices?


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

Hi, we are very sorry but we don't have that option with our wow.js documentation. We will try to fix it as soon as possible. Have a nice day. Best. Piotr

fajnebity answered 5 years ago

Hi, are there any news regarding disabling animations on mobile devices?


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


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • 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
Tags