04_Pohyb/Pohyb_03a.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       calcMode="spline"
 15       keySplines=".5, 0, .5, 1; 0 .5 .5 1; .2 .75 .25 1; .2 0 1 .2;"
 16       keyTimes="0; 0.4; 0.6; .8; 1"
 17       values="10,70;  150,250;  250,150;  400, 250; 500, 70;" />
 18    <div style="height=200px"> </div>
 19    xxxxxxx
 20  </body>
 21  </html>
 22