I am looking to add a custom code on my portfolio website but from the resouces that I find on the web, there are only examples of draggable carousels that swipe only with a set of number of slides you set on the code, rather than free roam swipe where the cards are sliding with based on the power of the mouse drag effect like in the example of this website. Conversion through immersion. Web · AR · VR | Poppr
This can be done with css scroll snapping, but if you want an infinite scrolling effect you would need to write some javascript to loop it and give it that infinite scrolling effect.
Splide is a really good library for this, you get lots of options with the slider including allowing you to drag and skip multiple slides, or add in an infinite scrolling effect. It isn’t all too complicated, just takes a good read.
Thank you for your response! I will watch the tutorial and the library that you have provided and try to create it. I will come back with my approach if it works!