onreverse Event?deprecated) | DHTML中文手册 |
fires when the timeline on an element begins to play backward.
dhtml语法
inline html <element onreverse = "handler" ... > All platforms Event property object.onreverse = handler JScript only object.onreverse = GetRef("handler") Visual Basic Scripting Edition (VBScript) 5.0 or later only Named script <SCRIPT FOR = object EVENT = onreverse> Internet Explorer only
Event Information
Bubbles No Cancels No To invoke Set the t:autoreverse attribute on the element to true. Default action Calls the associated event handler.
Available Properties
remarks
if the element has a repeat value greater than one, this event fires every time the timeline begins to play backward.
是否符合公共标准
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