Spaces:
Running
Running
Update viewer.js
Browse files
viewer.js
CHANGED
|
@@ -434,7 +434,7 @@ export async function initializeViewer(config, instanceId) {
|
|
| 434 |
modelEntity,
|
| 435 |
tooltipsUrl: config.tooltips_url,
|
| 436 |
defaultVisible: !!config.showTooltipsDefault,
|
| 437 |
-
moveDuration: config.tooltipMoveDuration || 0.6
|
| 438 |
cacheMode: 'reload'
|
| 439 |
});
|
| 440 |
})
|
|
|
|
| 434 |
modelEntity,
|
| 435 |
tooltipsUrl: config.tooltips_url,
|
| 436 |
defaultVisible: !!config.showTooltipsDefault,
|
| 437 |
+
moveDuration: config.tooltipMoveDuration || 0.6,
|
| 438 |
cacheMode: 'reload'
|
| 439 |
});
|
| 440 |
})
|