Jump to content
Search Community

Smooth scroll images are umpy

BlackTulipCreations test
Moderator Tag

Recommended Posts

Hi @BlackTulipCreations welcome to the forum and thanks for being a club member!

 

We normally don't debug live website, there is just no way to modify the code to gleam any meaning full insight from it, but I did my best and I can't seem anything weird. The codepen you've shared works perfectly, no matter how fast I scroll. 

 

The only thing I can think of is that something is lazy loading the images, which is conflicting with the ScrollSmoother here. Is that something you can loop in to? Hope it helps and happy tweening! 

  • Like 1
Link to comment
Share on other sites

Hi,

 

I tested on my desktop and laptop, an iPad on iOS 17 and an android device without much issues. The only suggestion I can give you is to add will-change: transform; to the elements with the images on the styles:

.img-wrapper {
  direction: grid;
  margin-top: 300px;
  width: 100%;
  padding: 3rem;
  will-change: transform;
}

 

Hopefully this helps.

Happy Tweening!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...