Hi, I am currently working on implementing a infinite scrolling horizontal component in one of my projects. My current implementation almost works but when the scroll loops back around to the beginning it jitters and stutters instead of looping back smoothly.
Can someone help me figure out how to get rid of this jitter and make the animation smooth? Here is a tailwind playground environment with the reproduced issue in a simplified setting: