Reply 224084 to: Disable animations on mobile devices

Avatar: Rose Tyler
Rose Tyler
Support staff
October 30, 2019 at 15:20

Hello,

Try to add this code in Theme Options > Theme Custom CSS > Custom CSS for mobile:

.animated {
    animation: none;
    transform: none;
    opacity: 1;
}

Animations on Mobile option will enable or disable all animations at mobile devices. It is useful for websites with a lot of animations. It can also resolve performance issues at mobiles. Please note that it affects animation on elements of the Massive Addons plugin only.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.