Andrey75 Posted December 7, 2022 Posted December 7, 2022 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.
Rodrigo Posted December 7, 2022 Posted December 7, 2022 Hi, Just set the preloader position to fixed: See the Pen gOKEOWN by GreenSock (@GreenSock) on CodePen. Direct link to reload: https://cdpn.io/pen/debug/gOKEOWN Hopefully this helps. Let us know if you have more questions. Happy Tweening! 1
Solution Andrey75 Posted December 8, 2022 Author Solution Posted December 8, 2022 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; 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now