We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have:
map.center()
map.zoom()
map.centerZoom()
... for instantaneous changes that dispatch a 'move' event.
We later added:
map.centerEase()
map.zoomEase()
map.transformEase()
... that build on d3.zoom transform and support transitions. The 'move' event fires later.
setTransform()
Also we don't have:
map.centerZoomEase()
There are many places in the walkthrough that I'd use this.
The text was updated successfully, but these errors were encountered:
91bfac5
Support more eased transitions, cleanup code
3fe6c0d
(re: #3967, #5169, #5407)
No branches or pull requests
We have:
map.center()
map.zoom()
map.centerZoom()
... for instantaneous changes that dispatch a 'move' event.
We later added:
map.centerEase()
map.zoomEase()
map.transformEase()
... that build on d3.zoom transform and support transitions. The 'move' event fires later.
setTransform()
Also we don't have:
map.centerZoomEase()
There are many places in the walkthrough that I'd use this.
The text was updated successfully, but these errors were encountered: