Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@vramana vramana released this 20 Sep 18:52
· 24 commits to master since this release

Features

  • Added swipe & dragabble props which allows the slides to either swiped via touch or dragabble by mouse
  • Added edgeEvent prop which is triggered when the edge slide in the non-infinite mode is dragged.
  • Added swipeEvent prop which is triggered when the slide is moved by touch.
  • Added edgeFriction prop which is limits the amount of dragging/swiping on the edge slide
  • Added touchThreshold prop which represent the fraction by which you should move your slide inorder for it go to the next/previous slide.

Breaking Changes:

  • LeftArrow & RightArrow are renamed to PrevArrow & NextArrow

Docs:

  • Added Custom Arrows example.