webglearth / webglearth2

[UNMAINTAINED] WebGL Earth 2 - the source code of the project
Apache License 2.0
884 stars 212 forks source link

zoom animation #86

Closed sirMuffles91 closed 7 years ago

sirMuffles91 commented 7 years ago

Is there any way to animate the zoom when using zoomIn() rather than just the jump to zoom level?

klokan commented 7 years ago

You can animate yourself with JavaScript - by jumping every few milliseconds.

sirMuffles91 commented 7 years ago

Had a look through the code and saw that cesium seems to account for it using flyTo() with an altitude. Thanks