• Resolved dhyanakendra

    (@dhyanakendra)


    Hi
    I am using animator option to include animations to certain blocks. Animation is working as desired, however, somehow the display width on mobile gets shifted to the right. The display gets restored once the animation effect is over.

    I might be missing out something. Need your expertise, if possible.

    http://prnt.sc/ojvelh

    Regards
    BM

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Scott Jr

    (@sj_o)

    Hi,

    Looks like you’re using a large zoom effect for some elements which causes the element’s start animation position from off the screen in mobile canvas. And that is causing the width of the body to change in mobile while animating.

    Now that is actually the theme territory because it wouldn’t be appropriate for the plugin override theme “body/html” styles. Theme must set html/body canvas width to overflow:hidden on smaller screens to avoid issues like that to happen. Sorry if that sounds a bit technical.

    What I can suggest to “maybe” a way to fix this is, could you try adding following css to your stylesheet and check?

      html, body {
        overflow-x: hidden;
      }

    Let me know.

    Thanks!

    Thread Starter dhyanakendra

    (@dhyanakendra)

    Hi
    Thanks for your response. The above CSS has no effect after adding it. However, I shall check with adjusting the animation effects and let you know.

    N.B. The animation effects are so crisp and excellent that I don’t want to disable them!

    Warmest Regards
    BM

    Plugin Author Scott Jr

    (@sj_o)

    Great to hear you like the animations. 🙂

    Just so you know, if you use only vertical position effects you will have no problems. Or if you reduce the bigger scale level on the animation it would also help.

    Thread Starter dhyanakendra

    (@dhyanakendra)

    Hi
    Checked again and it seems to have been resolved. Shall keep a watch on it and let you know if any further issues come up.

    Thanks again!

    Warmest Regards
    BM

    Plugin Author Scott Jr

    (@sj_o)

    Glad you got it solved 🙂 Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Display issues on mobile after using Animator’ is closed to new replies.