jarallax icon indicating copy to clipboard operation
jarallax copied to clipboard

Glitching on scroll

Open phrizm opened this issue 2 years ago • 3 comments
trafficstars

Hello and happy new Year Nikita.

My issue: try to reproduce on mobile device.

Page example: https://www.northwestalps.com/2023/01/05/swiperslider-js/

https://youtube.com/shorts/8ZJOQ-4t3Q8?feature=share

How I made it work on WordPress (I don't need plugin for several reasons)

https://github.com/phrizm/bs-jarallax

Please help me out 😩

phrizm avatar Jan 08 '23 00:01 phrizm

Hey.

I don't know why this happens. Some of the backgrounds on our demo are also not working smoothly on my iPhone. But some works fine... https://jarallax.nkdev.info

If someone has any info on why this happens, I highly appreciate any help.

p.s. I don't see Jarallax on your site.

Regards, nK.

nk-o avatar Jan 11 '23 12:01 nk-o

It is not possible to use it comfortably in android mobiles, it makes the other components or parts below the jarallax to jump the scrolling, like lags , and in a chrome browser when you scrol up the border bottom of the jarallax gets glicthing, retina ready is also a must because the images should change resolution mandatory.

FerchoCarcho avatar Mar 27 '23 21:03 FerchoCarcho

Try this: .jarallax div {will-change: transform;} so the transform will use GPU to render it all.

alexorlov1 avatar Jan 21 '24 19:01 alexorlov1