dragend
dragend copied to clipboard
Is there a way to show how many pixcels have been scrolled?
It can probably be done by using onSwipeStart function. But how? Does onSwipeStart provide any useful object?
Hey, check out the onDrag callback. It's been called with a lot of informations:
this.settings.onDrag.call( this, this.activeElement, parsedEvent, coordinates.overscroll, event )
Thanks. Maybe it could be explained in documentation.