Support more eased transitions, cleanup code

(re: #3967, #5169, #5407)
This commit is contained in:
Bryan Housel
2019-01-16 13:39:10 -05:00
parent c3819dac71
commit 3fe6c0dbe7
11 changed files with 106 additions and 96 deletions

View File

@@ -150,7 +150,7 @@ export function uiCommitChanges(context) {
} else {
var entity = change.entity;
_entityID = change.entity.id;
context.map().zoomTo(entity);
context.map().zoomToEase(entity);
context.surface().selectAll(utilEntityOrMemberSelector([_entityID], context.graph()))
.classed('hover', true);
}