Skip to content

Commit

Permalink
disable zoom transition
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed May 21, 2019
1 parent a7f925c commit b77fd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/utils/viewport.js
Expand Up @@ -106,7 +106,7 @@ export function getViewStates({viewState, trackedPosition, viewMode, offset}) {
}
viewStates[name] = viewState;
} else {
viewState = {...viewState};
viewState = {...viewState, transitionDuration: 0};
offset = {...offset};

// Track car position & heading
Expand Down

0 comments on commit b77fd59

Please sign in to comment.