t:REPEAT Attribute | repeat Property?deprecated) | DHTML中文手册 |
sets or retrieves the number of times an element's timeline repeats.
dhtml语法
xml <ELEMENT t:REPEAT = vRepetitions... > Scripting object.repeat [ = vRepetitions ]
DHTML可能的值
vRepetitions Variant that specifies one of the following values.
indefinite Timeline repeats indefinitely. repetitions Floating-point number greater than 0 that specifies how many times the timeline repeats. The property is read/write. The property has no default value.
Remarks
This property is deprecated. For similar functionality, refer to the repeatcount property available with the time2 behavior.
use the t:dur or t:end attribute to define each repeat iteration. the t:repeat attribute has no effect if the duration is either not defined or is indefinite.
do not use this property on the same element as the t:repeatdur attribute. typically, t:repeat is set on elements that are time containers, such as the t:par or t:seq element. elements containing the t:timeline attribute are also time containers. if you set the t:repeat attribute on an element that is not a time container, it increases the element's duration by multiplying the duration by the repeat count. this causes the element to remain active on the timeline for the increased duration, but it doesn't change the element's appearance as it repeats the local timeline.
the prefix t is used to associate this attribute with an xml namespace.
是否符合公共标准
This property is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO
更多语法参考
Introduction to HTML+TIME