Skip to content

Commit 0649c1e

Browse files
authored
Add data for Element.animate() options.timeline (#18776)
Checked Firefox, Chromium support, researched Safari, Chromium support. Mirrors are pure speculation.
1 parent f290af3 commit 0649c1e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

api/Element.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,40 @@
450450
"deprecated": false
451451
}
452452
}
453+
},
454+
"options_timeline_parameter": {
455+
"__compat": {
456+
"description": "<code>options.timeline</code> parameter",
457+
"spec_url": "https://w3c.github.io/csswg-drafts/web-animations-1/#dom-keyframeanimationoptions-timeline",
458+
"support": {
459+
"chrome": {
460+
"version_added": "85"
461+
},
462+
"chrome_android": "mirror",
463+
"edge": "mirror",
464+
"firefox": {
465+
"version_added": false
466+
},
467+
"firefox_android": "mirror",
468+
"ie": {
469+
"version_added": false
470+
},
471+
"oculus": "mirror",
472+
"opera": "mirror",
473+
"opera_android": "mirror",
474+
"safari": {
475+
"version_added": "16"
476+
},
477+
"safari_ios": "mirror",
478+
"samsunginternet_android": "mirror",
479+
"webview_android": "mirror"
480+
},
481+
"status": {
482+
"experimental": false,
483+
"standard_track": true,
484+
"deprecated": false
485+
}
486+
}
453487
}
454488
},
455489
"animationcancel_event": {

0 commit comments

Comments
 (0)