• Is it possible to stop the bounce, that comes with the sticky menu? The sticky menu function is applied to the main navigation menu and it gets a little extreme when switching between pages – the entire page jumps every page switch. It only appears when the plugin is activated.

    Can one do something via CSS or javascript?

    I’ve tried this (but there’s still at mini “glitchy” jump in the very start of every page load):

    *, *:before, *:after {
    transition-duration: 0s;
    }

    Thank you!

    • This topic was modified 7 years, 3 months ago by katrinsb.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter katrinsb

    (@katrinsb)

    ps. this happens 100% in Chrome, partially in Safari and not using Firefox.

    Hi, thanks for trying my plugin!

    I’m not really sure what you’re talking about, to be honest! The plugin doesn’t include any bounce functionality whatsoever, so it must come from somewhere else.

    It is possible that your sticky element already has a transition applied to it (in your own CSS, or the theme’s), which would kick in as soon as the element goes from “normal” to “sticky”.

    However, it’s hard to tell without seeing it for myself, so I’m only guessing. Any way you can share a link to your site so I can see it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stopping sticky menu bounce’ is closed to new replies.