04_Pohyb/Pohyb_02a_L.htm


  1  <html xmlns:t ="urn:schemas-microsoft-com:time">
  2  <head>
  3    <title>Pohyb_02</title>
  4    <?import namespace="t" implementation="#default#time2">
  5    <style>
  6      #Obr {position:absolute; left:10px; top:70px;}
  7      #I {position:absolute; left:10px; top:120px;}
  8    </style>
  9    <script type="text/javascript" src="ufo.js"></script>
 10  </head>
 11  <body id='B' onload="B.onmousemove=Pozicia"
 12    onclick="Draha.Tabulka('Rovnomerny pohyb');">
 13    <h2>Pohyb tarantule</h2>
 14    <span id="I" style="behavior: url(#default#time2)"
 15      dur=".01" repeatCount="indefinite" fill="hold"
 16      onrepeat = "innerText=Info(am,Obr); Draha.PridajBod(am, Obr, bStop);" >
 17    </span>
 18    <t:animateMotion id="am" targetElement="Obr"
 19       to="400, 0" dur="5" fill="hold"
 20       onend="bStop=true; Draha.Zobraz(I);" />
 21    <img id="Obr" src="Tarantula.jpg" />
 22    <div style="height=70px">  </div>
 23    xxxxxxx
 24  </body>
 25  </html>