04_Pohyb/Pohyb_02b.htm


  1  <html xmlns:t ="urn:schemas-microsoft-com:time">
  2  <head>
  3    <title>Pohyb_02b</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"
 12       to="400, 0" dur="5" fill="hold" repeatCount="indefinite" />
 13    <img id="Obr" src="Tarantula.jpg" />
 14    <div style="height=70px">  </div>
 15    xxxxxxx
 16  </body>
 17  </html>