This topic has 6 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler
Massive Panel v2.4.6.1 “Animations on Mobile” the setting ist displaying OFF.
Cache is cleard but animations are stil running on mobile.
Hello,
Thanks for using our theme.
Animation on which block do you mean?
Please provide a screenshot and temporary wp-admin access.
You can use Lightshot screenshot tool https://app.prntscr.com/en/index.html to share screenshots, it creates a link to the image and you will just send us that link.
Regards
I would like to disable every css animations on mobile.
For example, simple, no fade-in left to right at images or custom headings.
It seams, Massive Panel is the wrong way. Pleas tell me, what this setting ist doing.
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
… Please note that this only applies to the animation of elements of the Massive Addons Plugin.
That’s a pity, but explains why I have no effect, I do not use it. 😉
Your code snippet works wonderfully. I’ve extended it to the class .wpb_animate_when_almost_visible because the visibility of some elements takes too long.
Thank you very much.
Regards
You’re welcome!
If you love XStore and have something nice to say don’t hesitate to tell about this 🙂
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up