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

Unified Diff: sky/engine/core/animation/ElementAnimation.idl

Issue 760183003: Enable/Unprefix Animations & Transitions, add basic tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: patch for landing Created 6 years 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 | « sky/engine/core/animation/DocumentAnimation.idl ('k') | sky/engine/core/animation/Timing.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/ElementAnimation.idl
diff --git a/sky/engine/core/animation/ElementAnimation.idl b/sky/engine/core/animation/ElementAnimation.idl
index ccfbca7ee254095df084a9a1cca82d3dfe31201d..e06c747dc92489cc401e6b0b5caf716a65fa5ef6 100644
--- a/sky/engine/core/animation/ElementAnimation.idl
+++ b/sky/engine/core/animation/ElementAnimation.idl
@@ -36,5 +36,5 @@ partial interface Element {
// FIXME: needs support for union types http://crbug.com/240176
// AnimationPlayer animate((AnimationEffect or sequence<Dictionary>)? effect, optional (double or Dictionary) timing);
[Custom, RaisesException] AnimationPlayer animate(object effect, optional object timing);
- [RuntimeEnabled=WebAnimationsAPI] sequence<AnimationPlayer> getAnimationPlayers();
+ sequence<AnimationPlayer> getAnimationPlayers();
};
« no previous file with comments | « sky/engine/core/animation/DocumentAnimation.idl ('k') | sky/engine/core/animation/Timing.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698