04_Pohyb/Pohyb_02e.htm
1 <html xmlns:t ="urn:schemas-microsoft-com:time">
2 <head>
3 <title>Pohyb_02e</title>
4 <?import namespace="t" implementation="#default#time2">
5 <style>
6 #Obr {position:absolute; left:10px; top:70px;}
7 </style>
8 </head>
9 <body>
10 <h2>Pohyb tarantule</h2>
11 <t:animateMotion targetElement="Obr" origin="parent"
12 dur="5" fill="hold" calcMode="spline" begin="3"
13 keySplines="0.5 0 0.5 1" keyTimes="0;1" values="10,70;400,70" />
14 <img id="Obr" src="Tarantula.jpg" />
15 <div style="height=70px"> </div>
16 xxxxxxx
17 </body>
18 </html>