darsain / sly

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

array of items in slider #284

Open totomtornado opened 7 years ago

totomtornado commented 7 years ago

Is there a way to get an array for all the items in a particular slider?

I have looked around and see no mention of this but it seems like it would be a feature.

kennstenicht commented 6 years ago

sly.on('load', function () { console.log(this.items); });