Infinite scrolling with a seamless loop to the start #515
Unanswered
tinokaartovuori
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Wow, I never get tired of scrolling 💯 Sorry, I'm not that Pro to help you, but from what I saw
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am currently working on creating a website similar to Jantana Hennard's Portfolio and I am interested in replicating the infinite scrolling feature. From my research, it appears that the developer is using
smooth-scrollbar
on the website. I have also noticed that thetranslate3d
property is applied separately to each child container rather than the entire scroll container.I am wondering if there is a specific plugin or implementation that can be used for this type of feature. Can you provide some guidance on how I can approach the implementation of this feature on my website?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions