Hi there.
Im busy implementing the auto rotate function of a pano is it possible to have the pano to auto rotate at start or completion of loading and then the moment the user click on pano to move manually it must stop auto rotating for like 60secs and then auto rotate again.
Is it possible ?
Code below :
<action name="onstart">
set(autorotate.waittime, 0);
</action>
<events onviewchange="set(autorotate.waittime, 5)"/>
Tried code above but doesn't work can some one advise please :)