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