Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: Source/core/events/AnimationEvent.idl

Issue 1158233004: Sync the AnimationEvent and TransitionEvent interfaces with the specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TransitionEvent too Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/AnimationEvent.cpp ('k') | Source/core/events/AnimationEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/AnimationEvent.idl
diff --git a/Source/core/events/AnimationEvent.idl b/Source/core/events/AnimationEvent.idl
index fdf46af5d2c507dcad13f452101f5acfd6861fc5..8b0b7945a5b353c7c0dbbb84410f3decd3a9feb2 100644
--- a/Source/core/events/AnimationEvent.idl
+++ b/Source/core/events/AnimationEvent.idl
@@ -23,10 +23,13 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://dev.w3.org/csswg/css-animations/#interface-animationevent
+
[
Constructor(DOMString type, optional AnimationEventInit eventInitDict),
] interface AnimationEvent : Event {
readonly attribute DOMString animationName;
+ // TODO(philipj): elapsedTime should be float.
readonly attribute double elapsedTime;
+ // TODO(philipj): readonly attribute DOMString pseudoElement;
};
-
« no previous file with comments | « Source/core/events/AnimationEvent.cpp ('k') | Source/core/events/AnimationEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698