Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / Animation.idl
index 9552915..ee19ab0 100644 (file)
@@ -30,5 +30,8 @@
 
 [
     RuntimeEnabled=WebAnimationsAPI,
+    Constructor(Element target, sequence<Dictionary> keyframes, Dictionary timingInput),
+    Constructor(Element target, sequence<Dictionary> keyframes, double timingInput),
+    Constructor(Element target, sequence<Dictionary> keyframes),
 ] interface Animation : TimedItem {
 };