|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
WebKitAnimationEvent |
| Module: | events |
| Inherits from: | |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
initWebKitAnimationEvent |
void initWebKitAnimationEvent( in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString animationNameArg, in double elapsedTimeArg);
animationName |
readonly attribute DOMString animationName;
elapsedTime |
readonly attribute double elapsedTime;
Last Updated: 2009-05-29