Is there a way to lower the time in which the autorotation stops after such a code:
|
Source code
|
1
|
<hotspot name="spot0" onover="tween(scale,1,0.5);set(autorotate.speed,0)" onout="tween(scale,0.5,0.5);set(autorotate.speed,5)".../>
|
|
Source code
|
1
|
<autorotate horizon="37.1" tofov="90" waittime="4" speed="5"/>
|
The idea is to stop autorotation after people move mouse over the hotspot image. The code works but it stops moving a bit too slow :)
Is there any variable to lower that time in which autorotation's speed goes from 5 to 0?