Disable animations on mobile devices - by HellhammerGin

This topic has 6 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler

  • Avatar: HellhammerGin
    HellhammerGin
    Participant
    October 30, 2019 at 13:57

    Massive Panel v2.4.6.1 “Animations on Mobile” the setting ist displaying OFF.
    Cache is cleard but animations are stil running on mobile.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2019 at 14:01

    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

    Avatar: HellhammerGin
    HellhammerGin
    Participant
    October 30, 2019 at 15:08

    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.

    Please contact administrator
    for this information.
    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

    Avatar: HellhammerGin
    HellhammerGin
    Participant
    October 30, 2019 at 16:53

    … 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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2019 at 17:06

    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

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.