04_Pohyb/Pohyb_03b.htm


  1  <html xmlns:t ="urn:schemas-microsoft-com:time">
  2  <head>
  3    <title>Pohyb_3</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>Lietajúci motýl</h2>
 11    <img id="Obr"  src="Motyl.jpg" />
 12    <t:animateMotion targetElement="Obr" origin="parent"
 13       begin="1" dur="10" fill="hold"
 14       path="M 10 70  L 150 250 L 250 150 L 400 250 L 500 70" />
 15    <div style="height=200px"> </div>
 16    xxxxxxx
 17  </body>
 18  </html>