01_Uvod/Nadpis_04a.htm


  1  <html xmlns:t ="urn:schemas-microsoft-com:time">
  2  <head>
  3    <title>Nadpis_04</title>
  4    <?import namespace="t" implementation="#default#time2">
  5    <style>
  6      .xx {behavior: url(#default#time2);}
  7    </style>
  8  </head>
  9  <body>
 10    <t:animateMotion targetElement="Obj" to="400,0" dur="5" fill="hold"/>
 11    <div style="height:70px; " >
 12      <h2 id="Obj" style="position:absolute; left:10px; top:30px; ">
 13        Kuk :-)
 14      </h2>
 15    </div>
 16    =
 17  <span class="xx" dur=".01" repeatCount="indefinite" fill="hold"
 18    onrepeat="innerText=Obj.currentStyle.left">0</span>
 19    =
 20  </body>
 21  </html>