Open inspiredlabs opened 8 years ago
I'm trying to get a horizontal carousel to cycle using infiniteElements:'#scroller, .column'. After reaching the last column, I'd like to scroll in the same direction by loading the first <div> again without returning back to the beginning.
infiniteElements:'#scroller, .column'
<div>
Something akin to this: wrapAround: true on http://flickity.metafizzy.co
Am I correct in thinking that there's no demo for that? iscroll-master/demos/infinite/dataset.php seems overkill.
Iscroll have no options to support "cycle" mode. Infinite scroll designed to display large datasets with lazy loading, not for cycling content.
I'm trying to get a horizontal carousel to cycle using
infiniteElements:'#scroller, .column'
. After reaching the last column, I'd like to scroll in the same direction by loading the first<div>
again without returning back to the beginning.Something akin to this: wrapAround: true on http://flickity.metafizzy.co
Am I correct in thinking that there's no demo for that? iscroll-master/demos/infinite/dataset.php seems overkill.