02_XScript/05_TimeN.htm


  1  <html XMLNS:t ="urn:schemas-microsoft-com:time">
  2  <head>
  3   <title>Pohyb - HTML+TIME</title>
  4    <?import namespace="t" implementation="#default#time2">
  5  </head>
  6  <body>
  7    <div style="height:130px;">
  8      <div style="position:absolute; ">
  9        <h2>Kuk :-)</h2>
 10        <t:animateMotion from="10,30" to="300,30" dur="3"
 11           repeatCount="indefinite" autoReverse="true" />
 12      </div>
 13      <div style="position:absolute; ">
 14        Aj text sa môže hýbat :-)
 15        <t:animateMotion from="0,70" to="400,70" dur="5"
 16           repeatCount="indefinite" autoReverse="true" />
 17      </div>
 18      <div style="position:absolute; ">
 19        <img id="Obr"  src="Tarantula.jpg" />
 20        <t:animateMotion from="0,95" to="500,95" dur="7"
 21           repeatCount="indefinite" autoReverse="true" />
 22      </div>
 23    </div>
 24    xxxxxxx
 25  </body>
 26  </html>