Skip to content
wernight edited this page Nov 19, 2014 · 3 revisions

There are various events, example:

new Dragend(document.getElementById('demo'), {
  onSwipeEnd: function(containerElem, pageElem, index) {
    // TODO: Do something on swipe end.
  }
});

Clone this wiki locally