Jump to content
Search Community

Prolem with ScrollTo

SimonSays test
Moderator Tag

Recommended Posts

This is what happened after scrolling with animate ScrollTop, so i decided to change to GSAP plugin, but effect is the same. Anyone know what is happening with that jumping scroll?

 


the code is as simple as this: 

gsap.to(window, {duration: 4, scrollTo: 400});

 

Link to comment
Share on other sites

24 minutes ago, SimonSays said:

it work on new blank page i can not recreate bug on new page

In that case you will need to debug to figure out where the issue is coming from. Then you can figure out what it's coming from. 

 

Try stripping out parts of your page, testing your page each time that you do to see if the issue still occurs. Once it stops occurring, you know that the piece that you just cut out has the issue in it somewhere. Then you can probably figure out the issue :) 

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...