darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 496 forks source link

Horizontally centered by pairs of items #285

Open NikolajDL opened 7 years ago

NikolajDL commented 7 years ago

I have a list of an even number of elements (four at the moment) that I want centered horizontally. Since they're even that's not really happening. Is there a way to have the centering work in pairs? I.e. so it's basically the spacing between the elements that's snapped to the center of the viewport.