summaryrefslogtreecommitdiffstats
path: root/dom/webidl/Animation.webidl
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-14 14:46:52 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-14 14:46:52 +0000
commitb0fe759f033f36a9a85afd7cc358b4800def5013 (patch)
treeefc8d2e0668b2f4506388cc92d6087809f84ee50 /dom/webidl/Animation.webidl
parent51581427794bb41142285bc837e9cf461d8abe7a (diff)
downloadUXP-b0fe759f033f36a9a85afd7cc358b4800def5013.tar
UXP-b0fe759f033f36a9a85afd7cc358b4800def5013.tar.gz
UXP-b0fe759f033f36a9a85afd7cc358b4800def5013.tar.lz
UXP-b0fe759f033f36a9a85afd7cc358b4800def5013.tar.xz
UXP-b0fe759f033f36a9a85afd7cc358b4800def5013.zip
Issue #1689 - Part 1: Add pref for DOM Animation timelines API
Default false, no intent to ship for web content. Always enabled for Chrome.
Diffstat (limited to 'dom/webidl/Animation.webidl')
-rw-r--r--dom/webidl/Animation.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/Animation.webidl b/dom/webidl/Animation.webidl
index 615084f75..9fdea5ade 100644
--- a/dom/webidl/Animation.webidl
+++ b/dom/webidl/Animation.webidl
@@ -19,7 +19,7 @@ interface Animation : EventTarget {
attribute DOMString id;
[Func="nsDocument::IsWebAnimationsEnabled", Pure]
attribute AnimationEffectReadOnly? effect;
- [Func="nsDocument::IsWebAnimationsEnabled"]
+ [Func="nsDocument::AreWebAnimationsTimelinesEnabled"]
attribute AnimationTimeline? timeline;
[BinaryName="startTimeAsDouble"]
attribute double? startTime;