• Resolved spanizhfly

    (@spanizhfly)


    Hi,

    This is an amazing plugin, we will never depend on elementor anymore.

    I’m trying it, and it looks good. I’m trying to keep it light weight.

    Just curious, how can i disable on the mobile mode so that, it will never effect my light speed score. Thank you to your team

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Kush

    (@kushnamdev)

    Hey @spanizhfly

    Thank you for using Block Animation plugin and we are glad to hear your positive response about it.

    Currently there is no option for this in the plugin but You can do this using the custom css –

    @media only screen and (max-width : 768px) {
      .animated {
        transition-property: none !important;
        transform: none !important;
        animation: none !important;
      }
    }

    Add the following code under Customizer> Additional CSS section of your theme.

    Let us know how it goes, thank you!

    Thread Starter spanizhfly

    (@spanizhfly)

    Thank you @kushnamdev,

    it look like it’s working when I add the code in the customizer section for additional CSS. And I tested with a inspect option, it looks fine

    but the typing animation is still there.

    Hope you can guide ????

    Plugin Support Kush

    (@kushnamdev)

    Hey @spanizhfly

    Can you provide the url of the page where this animation can be seen?

    Thank you

    Thread Starter spanizhfly

    (@spanizhfly)

    Hi @kushnamdev

    The site is still in development, all the animation has stopped, just the typing I cannot stop on mobile mode. I just worry I can’t hit page insight score because of that,

    Do Advice, Thank you

    Hi @spanizhfly!

    I checked this on my test instance using Lighthouse and there was no difference between the score and performance of a page that used a typing animation on mobile and one that didn’t, so this shouldn’t be an issue.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable in The Mobile Mode’ is closed to new replies.