Automatically performs a rotation if the user is inactive.
title: PSV Autorotate Demo
const baseUrl = 'https://photo-sphere-viewer-data.netlify.app/assets/'; new PhotoSphereViewer.Viewer({ container: 'viewer', panorama: baseUrl + 'sphere.jpg', caption: 'Parc national du Mercantour <b>© Damien Sorel</b>', autorotateDelay: 1000, autorotateIdle: true, });
← Fisheye Intro animation →