forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-animation-worklet-1.json
152 lines (152 loc) · 4.33 KB
/
css-animation-worklet-1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"spec": {
"title": "CSS Animation Worklet API",
"url": "https://drafts.css-houdini.org/css-animationworklet-1/"
},
"links": {
"https://www.w3.org/TR/": [],
"https://github.com/w3c/css-houdini-drafts/issues": [],
"https://lists.w3.org/Archives/Public/public-houdini-archive/": [],
"https://www.w3.org/Style/CSS/": [],
"https://www.w3.org/2001/tag/": [],
"https://www.w3.org/Consortium/Patent-Policy-20170801/": [
"def-essential",
"sec-Disclosure"
],
"https://www.w3.org/2004/01/pp-impl/32061/status": [],
"https://www.w3.org/2001/tag/disclosures": [],
"https://www.w3.org/2020/Process-20200915/": [],
"https://drafts.csswg.org/web-animations": [
"animation-effect",
"concept-animation",
"local-time",
"start-delay",
"end-delay",
"fill-mode",
"iteration-start",
"iteration-count",
"iteration-duration",
"playback-direction",
"timing-function",
"timeline",
"current-time",
"inherited-time",
"play-state",
"set-the-timeline-of-an-animation",
"the-documents-default-timeline",
"set-the-target-effect-of-an-animation",
"playback-rate",
"effect-value",
"target-property",
"ready",
"idle",
"finished",
"running",
"paused",
"replace-state",
"active",
"persisted",
"removed",
"set-the-current-time",
"set-the-start-time",
"update-the-timing-properties-of-an-animation-effect",
"effect-stack",
"animation-class"
],
"https://drafts.csswg.org/web-animations-1/": [
"animation",
"dictdef-effecttiming",
"dictdef-computedeffecttiming",
"animationeffect",
"dom-animationeffect-updatetiming",
"animationtimeline",
"dom-animation-finish",
"dom-animationeffect-getcomputedtiming"
],
"https://html.spec.whatwg.org/": [
"worklet",
"worklet-global-scope-type",
"workletglobalscope",
"queue-a-task",
"window",
"current-global-object",
"run-the-animation-frame-callbacks"
],
"https://heycam.github.io/webidl/": [
"Exposed",
"SameObject",
"Global",
"idl-undefined",
"idl-DOMString",
"idl-any",
"dfn-callback-function",
"Function",
"dfn-throw",
"notsupportederror",
"es-type-mapping",
"idl-double",
"construct-a-callback-function",
"invoke-a-callback-function",
"dfn-callback-this-value",
"idl-sequence"
],
"https://drafts.csswg.org/cssom-1/": [
"namespacedef-css"
],
"https://infra.spec.whatwg.org/": [
"struct",
"ordered-map",
"map-exists",
"map-set",
"map-get",
"list"
],
"https://drafts.csswg.org/css-values-4/": [
"typedef-ident"
],
"https://dom.spec.whatwg.org/": [
"concept-document",
"document"
],
"https://tc39.github.io/ecma262/": [
"sec-native-error-types-used-in-this-standard-typeerror",
"sec-isconstructor",
"sec-get-o-p"
],
"https://w3c.github.io/html/infrastructure.html": [
"structureddeserialize",
"structuredserialize"
],
"https://drafts.csswg.org/css-transitions-1/": [
"transition-start-time"
],
"https://github.com/w3c/css-houdini-drafts/issues/811": [],
"https://w3c.github.io/web-animations/level-2/": [
"group-effect",
"child-effect"
],
"https://github.com/w3c/csswg-drafts/issues/2071": [],
"https://wicg.github.io/scroll-animations/": [
"scrolltimeline"
],
"https://www.w3.org/TR/CSS21/": [
"style-sheet",
"user-agent",
"ignore"
],
"https://www.w3.org/TR/CSS/": [
"future-proofing",
"unstable",
"proprietary-extension"
],
"https://www.w3.org/Style/CSS/Test/": [],
"https://lists.w3.org/Archives/Public/public-css-testsuite": [],
"https://www.w3.org/TR/css-transitions-1/": [],
"https://www.w3.org/TR/css-values-4/": [],
"https://www.w3.org/TR/cssom-1/": [],
"https://datatracker.ietf.org/doc/html/rfc2119": [],
"https://www.w3.org/TR/web-animations-1/": [],
"https://github.com/w3c/css-houdini-drafts/blob/master/css-animation-worklet-1/README.md": [],
"https://github.com/w3c/css-houdini-drafts/blob/master/css-animation-worklet-1/principles.md": []
}
}