• After updating from 3.1.15 to 3.2.7 I’m seeing a really choppy scrolling function. I’m using the sticky header and responsive settings. Is there anything else I can do to trouble shoot this?

    Thanks,
    Bob

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you mean 3.2.7, as the latest version is 3.2.17.

    Link to site?

    Thread Starter rwilki

    (@rwilki)

    Yes sorry. 3.2.17. Can’t link to the site as it’s a local installation.

    Strangely, it doesn’t seem choppy while in customize, or when the pages aren’t full width in my browser. When I open the browser to a full desktop width, it gets choppy again.

    No problem when I’m not utilizing sticky header. I tried some CSS “fixes” but they don’t help.

    Thanks,
    Bob

    Hi rwilki,
    would you mind trying to removing transitions effects on the header elements and see if it still occurs?

    .tc-header, .tc-header * {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scroll is jumpy’ is closed to new replies.