Skip to content

1.2.0: Merge pull request #30 from jesusbibieca/fix-relative-path

Latest
Compare
Choose a tag to compare
@joelbrostrom joelbrostrom released this 18 Mar 12:58
· 133 commits to master since this release
b1bf23d

Introducing two new features,
Vertical scroll and enable/disable infinite scroll .

Pass an Axis as the scrollDirection argument to specify direction.
Use enableInfiniteScroll to toggle between finite and infinite scroll mode.
When enableInfiniteScroll is set to false the carousel will not scroll past the first or last item.