1.0.2 • Published 3 years ago

@bitbuilders/vue-carousel-improved v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Forked Vue Slick Carousel with active maintaining and fixed issues

Fixed problems:

Added:

  • arbitraryRewind flag to allow proper rewinding to a random slide over the limit of the number of slides (when the infinite flag is true). With arbitraryRewind = false, scrolling to an element outside the slider's bounds results in a scroll to element zero index. With arbitraryRewind = true, scrolling occurs to the desired element
Prop nameDescriptionTypeValuesDefault
arbitraryRewindrewind to any slideboolean-false