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

Unified Diff: Source/core/animation/Animation.idl

Issue 1162253005: Animations: Add the effect clipping primitive to web animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/animation/Animation.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/Animation.idl
diff --git a/Source/core/animation/Animation.idl b/Source/core/animation/Animation.idl
index cb339a2b03d9e2dc72fa0c1ac3f78f92e2544f67..d8fdf70f48b89a962a2b90d31d65512e7b720ab7 100644
--- a/Source/core/animation/Animation.idl
+++ b/Source/core/animation/Animation.idl
@@ -47,6 +47,8 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" };
[Measure] void play();
[Measure] void pause();
[Measure] void reverse();
+ [RuntimeEnabled=WebAnimationsAPI] attribute double startClip;
+ [RuntimeEnabled=WebAnimationsAPI] attribute double endClip;
[Measure] void cancel();
[Measure] attribute EventHandler onfinish;
« no previous file with comments | « Source/core/animation/Animation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698