Hi !
I would like to associate to action together as transition from a pano to another...
If I use "lookto", first I have a move, then a zoom... (nearly to a right-angle)
I want the "move" to finish in the same time than the "zoom" (nearly to a sigmoid or something like "easeInOutSine")
So, I want to use the "tween code", but I don't know the correct syntax to have both in the same time...
Code
<hotspot name="caserne"
onclick="moveto(60,0);tween(zoomto,60,0,easeInOutSine);load(cncs_02.xml,null,MERGE);lookat(270,0,80);">
...
</hotspot>
Thanks
David