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

Add zoomstart and zoomend events. #1422

Closed
mbostock opened this issue Jul 24, 2013 · 1 comment
Closed

Add zoomstart and zoomend events. #1422

mbostock opened this issue Jul 24, 2013 · 1 comment
Milestone

Comments

@mbostock
Copy link
Member

It’d be nice if the zoom behavior supported zoomstart and zoomend events. These are well-defined in the case of dragging and touch events. The only exception are isolated mousewheel events, but we could do something simple, say, batching together mousewheel events that are less than 150ms apart into a combined gesture.

@mbostock
Copy link
Member Author

Fixed in #1458 and staged for 3.3.

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

No branches or pull requests

1 participant