• Resolved chucknoland

    (@chucknoland)


    Hi.
    First of all, congratulations for the plugin and thank you very much.
    In mobile, when I move from one page to another, the animation always starts from the top of the site. This consequently causes an animation that is not fluid, but makes a sort of “jump”.
    can you help me?

    Thank you very much

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hello,

    This is something that’s done by your theme (not the plugin). The script that does this is this:

    ...themes/chaplin/assets/js/construct.js

    It happens because the theme has its own way for scrolling the page (it has to close mobile menu before scrolling the page etc.).

    Go to “Page scroll to id” settings, enable “Prevent other scripts from handling plugin’s links” option, click save changes and test your page.

    Also, add this to your CSS:

    html {
    position: static !important;
    top: auto !important;
    overflow-y: visible !important;
    left: auto !important;
    width: auto !important;
    }

    Let me know

    Thread Starter chucknoland

    (@chucknoland)

    Hello malihu.

    thank you very much for your response as fast as it is effective.
    I noticed that by enabling the option you told me, the pages actually scrolled but the hamburger menu did not close. so I only entered the code you gave me and I got the desired effect. Leaving the setting disabled.

    Thank you very much

    Plugin Author malihu

    (@malihu)

    You’re welcome, glad I helped.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘(mobile) not fluid animation’ is closed to new replies.