MikaFil commited on
Commit
4465a9d
·
verified ·
1 Parent(s): 99fd21a

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
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
  })