03_Nadpis/Nadpis_10a.htm
1 <html xmlns:t ="urn:schemas-microsoft-com:time">
2 <head>
3 <title>Nadpis_10</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:seq id="a" dur="5" repeatCount="indefinite" >
11 <h2 class="xx" dur="2.5" >Kuk :-)</h2>
12 <h2 class="xx" dur="1.5" >..aha..</h2>
13 <h2 class="xx" dur="1" >--jaj--</h2>
14 </t:seq>
15 xxx
16 <span class="xx" dur=".01" repeatCount="indefinite" fill="hold"
17 onrepeat="innerText=parseInt(currTimeState.activeTime);">0</span>
18 xxx
19 </body>
20 </html>