DisneyPlus Sliders

Hey, I was wondering how the DisneyPlus Content Sliders work on the Startpage. Previously it was a flex box with the Video Covers as Childs that were moved in the parent with a transform. But now i canโ€™t figure out how theese new content sliders work. Maybe it has something to do with scroll snapping but i am not sure. I would be glad if someone could help me ๐Ÿ˜„
No description
1 Reply
ChooKing
ChooKingโ€ข2mo ago
It looks like just ordinary scrolling. This is what I found in dev tools:
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;
touch-action: pan-x;
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;
touch-action: pan-x;