屬性 | 值 | 描述 |
---|---|---|
begin | time | 設(shè)置元素顯示之前的延遲。 |
dur | time | 設(shè)置顯示的持續(xù)時(shí)間。 |
endsync | "first"|"last"|id(clip) | 同步元素的停止。 |
repeatCount | number | 設(shè)置顯示的重復(fù)次數(shù)。 |
<html xmlns:t="urn:schemas-microsoft-com:time"> <head> <?import namespace="t" implementation="#default#time2"> <style>.t {behavior: url(#default#time2)}</style> </head> <body> <par> <t:audio src="liar.wav" repeatCount="indefinite" type="wav" /> <t:seq repeatCount="indefinite"> <h2 class="t" dur="1s"> I will display for one second</h2> <h2 class="t" dur="2s"> I will display for two seconds</h2> </t:seq> </par> </body> </html> |
新聞熱點(diǎn)
疑難解答
圖片精選