Main Goal: Get rid of jQuery for performance (and layout shift caused by SlickJS initialization)
Can I not just make a mostly-CSS solution of a container with flex-wrap: nowrap and overflow-x: hidden? Then barely any JavaScript is needed to scoot the scroll on button click, yes? (Or is that not possible with overflow: hidden???)
Main Goal: Get rid of jQuery for performance (and layout shift caused by SlickJS initialization)
Can I not just make a mostly-CSS solution of a container with
flex-wrap: nowrap
andoverflow-x: hidden
? Then barely any JavaScript is needed to scoot the scroll on button click, yes? (Or is that not possible withoverflow: hidden
???)Infinite loop? Animated? Auto-play? Slide dot buttons? Dragging/swiping navigation?