2 NON-BETA Issues Smooth Scroll / Parallax BG

  1. I’ve found this topic: https://theme.co/apex/forum/t/smooth-scroll-not-smooth-at-all/60386
    It’s seems like Smooth Scrolling not working right at all.

  2. I got some kind of bug using Parallax background ON MOBILE. It works bad. Really.
    I got 2 columns with image element and image background (parallax) on mobile image scrolls smooth. Parallax BG scrolls like… very badly. Like… like i’m scrolling with Pentium 100 ) On desktop it works fine.

P.S Using Parallax with non x-pro not causing this effect. On other sites i can see smooth parallax effects. It’s about method. And ther is no option of “fixed parallax”.

P.p.s. pls don’t hate me, i just trying to do my best )

Thanks for letting us know! There was some layout thrashing going on in that script. I’ve made some adjustments that should help. This is the first time we’ve allowed parallax on mobile. Let us know how it goes after updating (when we get the next beta out).

We don’t have a way to set a fixed background with controls, but here’s some element CSS that will do the trick:

$el .x-bg-layer-lower-image {
  background-attachment: fixed;
}
1 Like