WebKitTransitionEvent

Module:
events
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initWebKitTransitionEvent

initWebKitTransitionEvent


void initWebKitTransitionEvent(
    in DOMString typeArg, 
    in boolean canBubbleArg, 
    in boolean cancelableArg, 
    in DOMString propertyNameArg, 
    in double elapsedTimeArg); 

Member Data

elapsedTime
propertyName

elapsedTime


readonly attribute double elapsedTime; 


propertyName


readonly attribute DOMString propertyName; 

 

Last Updated: 2009-05-29