Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag events #1442

Closed
Tracked by #229
SeanEire opened this issue Aug 19, 2015 · 2 comments
Closed
Tracked by #229

Drag events #1442

SeanEire opened this issue Aug 19, 2015 · 2 comments

Comments

@SeanEire
Copy link

Are there currently any events emitted for drag interaction events like dragstart / dragend?

@peterqliu
Copy link
Contributor

hey @SeanEire , there's current support for zoom (fires whenever the z level changes), move (fires whenever zoom or drag), and moveend (fires at the end of the move). We're working to improve documentation for these.

@SeanEire
Copy link
Author

@peterqliu Thanks! The move event was what I was looking for, I was listening for movestart.

Is there any plan to add exclusive events for dragstart/dragstop? It would be useful to be able to bind to those events in isolation rather than binding to the move events since move will be triggered on zoom also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants