deck.gl 9.1.14 → 9.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dist.dev.js +2 -1
- package/dist.min.js +26 -26
- package/package.json +15 -15
package/dist/dist.dev.js
CHANGED
|
@@ -34101,10 +34101,11 @@ void main() {
|
|
|
34101
34101
|
if (delta < 0 && scale22 !== 0) {
|
|
34102
34102
|
scale22 = 1 / scale22;
|
|
34103
34103
|
}
|
|
34104
|
+
const transitionProps = smooth ? { ...this._getTransitionProps({ around: pos }), transitionDuration: 250 } : NO_TRANSITION_PROPS;
|
|
34104
34105
|
const newControllerState = this.controllerState.zoom({ pos, scale: scale22 });
|
|
34105
34106
|
this.updateViewport(
|
|
34106
34107
|
newControllerState,
|
|
34107
|
-
|
|
34108
|
+
transitionProps,
|
|
34108
34109
|
{
|
|
34109
34110
|
isZooming: true,
|
|
34110
34111
|
isPanning: true
|