01_Uvod/Nadpis_03a.htm
1 <html xmlns:t ="urn:schemas-microsoft-com:time">
2 <head>
3 <title>Nadpis_03</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 <div style="height:70px; " >
11 <h2 id="a" style="position:absolute; left:10px; top:30px; " >
12 <t:animateMotion to="400,0" dur="5" fill="hold"/>
13 Kuk :-)
14 </h2>
15 </div>
16 =
17 <span class="xx" dur=".01" repeatCount="indefinite" fill="hold"
18 onrepeat="innerText=a.currentStyle.left">0</span>
19 =
20 </body>
21 </html>