Index: sky/engine/core/animation/Animation.idl |
diff --git a/sky/engine/core/animation/Animation.idl b/sky/engine/core/animation/Animation.idl |
index 02b98bf8234570c35b31e85820a75219fe3f3fa4..f30b3ed0cbcd061801f352faa5011ecc47c8ac8f 100644 |
--- a/sky/engine/core/animation/Animation.idl |
+++ b/sky/engine/core/animation/Animation.idl |
@@ -36,6 +36,5 @@ |
Constructor(Element? target, sequence<Dictionary> keyframes, double timingInput), |
Constructor(Element? target, sequence<Dictionary> keyframes, Dictionary timingInput), |
RaisesException=Constructor, |
- RuntimeEnabled=WebAnimationsAPI, |
] interface Animation : AnimationNode { |
}; |