属性 | 值 | 描述 |
---|---|---|
begin | time | 设置元素显示之前的延迟。 |
dur | time | 设置显示的持续时间。 |
endsync | "first"|"last"|id(clip) | 同步元素的停止。 |
repeatCount | number | 设置显示的重复次数。 |
<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> |
新闻热点
疑难解答
图片精选