cubiq / 2-way-iScroll

Horizontal snap scroll (carousel) + vertical free scroll on mobile webkit using iScroll
MIT License
116 stars 27 forks source link

Added slider and pages to options #4

Closed andrewdisley closed 12 years ago

andrewdisley commented 12 years ago

Allow use of custom markup:

<div id="SlidesWrap">
  <div id="Slides">
    <article>page</article>
    <article>page</article>
  </div>
</div>

myScroll = new TWIS('#SlidesWrap', {
  slider: '#Slides',
  pages: '#Slides > article'
});
cubiq commented 12 years ago

fair enough!