
"I checked the model-viewer documentation and found that there is a method to jump to the target camera view instantly without animation. Please add a toggle to control this behavior. Thank you."
const modelViewer = document.querySelector('model-viewer');
modelViewer.cameraOrbit = '45deg 75deg 2.5m';
modelViewer.cameraTarget = '0m 0m 0m';
modelViewer.jumpCameraToGoal();