duration
Playback time of rotating animation (ms)
From the last input, the animation will play for a period of time corresponding to this value.
Example
- JSON
- Javascript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
zoom: {
duration: 1000
},
projection: new EquirectProjection({
src: "/pano/equirect/veste.jpg",
})
}