forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scroll-animations.json
44 lines (44 loc) · 1.03 KB
/
scroll-animations.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
{
"spec": {
"title": "Scroll-linked Animations",
"url": "https://drafts.csswg.org/scroll-animations-1/"
},
"properties": {},
"descriptors": {
"source": [
{
"name": "source",
"for": "@scroll-timeline",
"value": "selector( <id-selector> ) | auto | none",
"initial": "auto"
}
],
"orientation": [
{
"name": "orientation",
"for": "@scroll-timeline",
"value": "auto | block | inline | horizontal | vertical",
"initial": "auto"
}
],
"scroll-offsets": [
{
"name": "scroll-offsets",
"for": "@scroll-timeline",
"value": "[ none | <scroll-timeline-offset> ]#",
"initial": "none"
}
]
},
"valuespaces": {
"<scroll-timeline-offset>": {
"value": "auto | <length-percentage> | <element-offset>"
},
"<element-offset>": {
"value": "selector( <id-selector> ) [<element-offset-edge> || <number>]?"
},
"<element-offset-edge>": {
"value": "start | end"
}
}
}