-
Notifications
You must be signed in to change notification settings - Fork 72
/
css-transitions-2.json
47 lines (47 loc) · 1.59 KB
/
css-transitions-2.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
{
"spec": {
"title": "CSS Transitions Level 2",
"url": "https://drafts.csswg.org/css-transitions-2/"
},
"properties": [
{
"name": "transition-behavior",
"href": "https://drafts.csswg.org/css-transitions-2/#propdef-transition-behavior",
"value": "<transition-behavior-value>#",
"initial": "normal",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "N/A",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"transition-behavior",
"transitionBehavior"
]
}
],
"atrules": [
{
"name": "@starting-style",
"prose": "The @starting-style rule is a grouping rule. The style rules inside it are used to establish styles to transition from, if the previous style change event did not establish a before-change style for the element whose styles are being computed.",
"href": "https://drafts.csswg.org/css-transitions-2/#at-ruledef-starting-style",
"descriptors": []
}
],
"selectors": [],
"values": [
{
"name": "<transition-behavior-value>",
"value": "normal | allow-discrete",
"href": "https://drafts.csswg.org/css-transitions-2/#typedef-transition-behavior-value",
"type": "type"
},
{
"name": "<single-transition>",
"value": "[ none | <single-transition-property> ] || <time> || <easing-function> || <time> || <transition-behavior-value>",
"href": "https://drafts.csswg.org/css-transitions-2/#single-transition",
"type": "type"
}
]
}