How can we convert a List into a circular List without using Carousel?

return {
Content: {x: 140,
type: List,
w: w => w,
y: 580,
h: 500,
direction: ‘column’,
scroll: 0,
scrollTransition: {duration: 0.4}
}
}

You can see how carousel does it…