When I call camera.zoomIn() in my code, the map act without any duration. So I view the source code of ScreenSpaceCameraController.js. In ScreenSpaceCameraController, it calls camera.zoomIn() and act with a duration. How can I make a same action? Thanks!!!