onrepeat Event?deprecated) | DHTML中文手册 |
fires when the timeline repeats on an element, beginning with the second iteration.
dhtml语法
inline html <element onrepeat = "handler" ... > All platforms Event property object.onrepeat = handler JScript only object.onrepeat = GetRef("handler") Visual Basic Scripting Edition (VBScript) 5.0 or later only Named script <SCRIPT FOR = object EVENT = onrepeat> Internet Explorer only
Event Information
Bubbles No Cancels No To invoke Set the repeat property to a value greater than 1. Default action Calls the associated event handler.
Available Properties
remarks
the event fires once for each repetition of the timeline, excluding the first full cycle. therefore, the onrepeat event fires repeat? times unless it is stopped by other dependencies before completion. this event fires only if the repeat or repeatdur property is set directly on the element. this event does not fire on child elements that have the repeat or repeatdur property set only on their parent elements.
是否符合公共标准
This event is a Microsoft extension to HTML+TIME (Timed Interactive Multimedia Extensions) .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO
更多语法参考
Introduction to HTML+TIME