kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

added direction (left|right) on swipe event detail #14

Closed lievenjanssen closed 10 years ago

lievenjanssen commented 10 years ago

I added a direction (left|right) in the event detail of the swipe event.

Could you check the swipe-direction branch and merge it in the dev or master branch?

kornelski commented 10 years ago

:+1:

Azd325 commented 10 years ago

Hey @lievenjanssen & @pornel , how I can access the swipe event details? Is there somewhere a documentation?

kornelski commented 10 years ago

When you catch the event e.detail will contain the information.

Azd325 commented 10 years ago

Thanks a lot. I found it.