tiny-slider
tiny-slider copied to clipboard
Possible to set order of items?
Hi, wondering if its possible to set a specific order of each tns-item
in the slider?
I have about 12 boxes but I want to be able to put them in a specific order. I tried manually assigning each item in the corresponding CSS/Sass file like this:
#tns1-item0 { order: 10; }
#tns1-item1 { order: 2; }
#tns1-item2 { order: 6; }
#tns1-item3 { order: 7; }
and so on. However it doesn't seem to behave properly, has multiple weird bugs with the behavior.