|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
<plugin name="thumb-01"
url="../thumbs/thumb-01.png"
align="leftbottom"
x="30"
y="80"
alpha="0.6"
scale="0.8"
visible="false"
zorder="4"
keep="true"
onhover="showtext(Oosterbierumer polder,buttonstyle);"
onover="tween(alpha,1.0, 0.3);
tween(scale,1.0, 0.3);
tween(x,20, 0.3);
tween(y,80, 0.3);"
onout="tween(alpha,0.6, 0.2);
tween(scale,0.8, 0.2);
tween(x,30, 0.2);
tween(y,80, 0.2);"
onclick="loadpano('pano-01.xml', view.fov=0.20&view.hlookat=-0.02&view.vlookat=0.00, MERGE, BLEND(2));"
/>
<plugin name="thumb-02"
url="../thumbs/thumb-02.png"
align="leftbottom"
x="150"
y="80"
alpha="0.6"
scale="0.8"
visible="false"
zorder="4"
keep="true"
onhover="showtext(Koehool - Groote Noorderpolder,buttonstyle);"
onover="tween(alpha,1.0, 0.3);
tween(scale,1.0, 0.3);
tween(x,140, 0.3);
tween(y,80, 0.3);"
onout="tween(alpha,0.6, 0.2);
tween(scale,0.8, 0.2);
tween(x,150, 0.2);
tween(y,80, 0.2);"
onclick="loadpano('pano-02.xml', view.fov=0.36&view.hlookat=-0.03&view.vlookat=0.00, MERGE, BLEND(2));"
/>
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Gerard« (11. Februar 2011, 21:31)
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com
....I also put an edge to make that onhover tween does what you want, so you don't need to define that in the onover onout.. Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
|
|
Quellcode |
1 2 |
tween(x,20, 0.3); tween(y,80, 0.3); |
: https://pame.virtualtuur.comBenutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com