Jump to content
Search Community

Scrollsmoother preloader problem

Andrey75
Moderator Tag

Go to solution Solved by Andrey75,

Recommended Posts

Posted

Hello. I have a problem with preloader + Scrollsmoother. It works great when start loaded. But when scrolling and then refreshing the page, it does not start the page from the beginning. I noticed that this is a problem if use Scrollsmoother.

Thanks for your help and support.

See the Pen MWXLLYM by AnChirkin (@AnChirkin) on CodePen.

  • Solution
Posted

Thanks for your reply and your participation. I really appreciate this.

"position to fixed" solved the scrolling problem, but did not return the page to top.

This is because scrollsmoother now uses

 

<div id="wrapper">
 <div id="content"> 


I solved the problem and added

document.body.scrollTop = document.documentElement.scrollTop = 0;

  • Like 1

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