vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.97k stars 293 forks source link

Control animateIn #142

Open gmzbri opened 1 year ago

gmzbri commented 1 year ago

Hi, Is it possible to affect on the initial animateIn to remove the scale and speed?

Thanks for the great work

vasturiano commented 1 year ago

No, it's only possible to toggle the build-in animation on/off via the animateIn config option.

But you can always do any camera changes you'd like programmatically via the pointOfView, so you can build your own custom animation that way.