[Webkit-unassigned] [Bug 20337] Implement CSS Animation and Transition Events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 8 20:48:32 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20337
timothy at hatcher.name changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #22712|review?(hyatt at apple.com) |review+
Flag| |
------- Comment #5 from timothy at hatcher.name 2008-08-08 20:48 PDT -------
(From update of attachment 22712)
+ if (eventType == EventNames::webkitTransitionEndEvent) {
+ element->dispatchWebKitTransitionEvent(eventType, name, elapsedTime);
+ }
+ else {
+ element->dispatchWebKitAnimationEvent(eventType, name, elapsedTime);
+ }
The braces should be removed here.
Otherwise looks good, and Hyatt looked over it earlier.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list