@@ -18,7 +18,7 @@ var Properties = {
18
18
"animation-duration" : { multi : "<time>" , comma : true } ,
19
19
"animation-fill-mode" : { multi : "none | forwards | backwards | both" , comma : true } ,
20
20
"animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
21
- "animation-name" : { multi : "none | <ident >" , comma : true } ,
21
+ "animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
22
22
"animation-play-state" : { multi : "running | paused" , comma : true } ,
23
23
"animation-timing-function" : 1 ,
24
24
@@ -27,29 +27,29 @@ var Properties = {
27
27
"-moz-animation-direction" : { multi : "normal | alternate" , comma : true } ,
28
28
"-moz-animation-duration" : { multi : "<time>" , comma : true } ,
29
29
"-moz-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
30
- "-moz-animation-name" : { multi : "none | <ident >" , comma : true } ,
30
+ "-moz-animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
31
31
"-moz-animation-play-state" : { multi : "running | paused" , comma : true } ,
32
32
33
33
"-ms-animation-delay" : { multi : "<time>" , comma : true } ,
34
34
"-ms-animation-direction" : { multi : "normal | alternate" , comma : true } ,
35
35
"-ms-animation-duration" : { multi : "<time>" , comma : true } ,
36
36
"-ms-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
37
- "-ms-animation-name" : { multi : "none | <ident >" , comma : true } ,
37
+ "-ms-animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
38
38
"-ms-animation-play-state" : { multi : "running | paused" , comma : true } ,
39
39
40
40
"-webkit-animation-delay" : { multi : "<time>" , comma : true } ,
41
41
"-webkit-animation-direction" : { multi : "normal | alternate" , comma : true } ,
42
42
"-webkit-animation-duration" : { multi : "<time>" , comma : true } ,
43
43
"-webkit-animation-fill-mode" : { multi : "none | forwards | backwards | both" , comma : true } ,
44
44
"-webkit-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
45
- "-webkit-animation-name" : { multi : "none | <ident >" , comma : true } ,
45
+ "-webkit-animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
46
46
"-webkit-animation-play-state" : { multi : "running | paused" , comma : true } ,
47
47
48
48
"-o-animation-delay" : { multi : "<time>" , comma : true } ,
49
49
"-o-animation-direction" : { multi : "normal | alternate" , comma : true } ,
50
50
"-o-animation-duration" : { multi : "<time>" , comma : true } ,
51
51
"-o-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
52
- "-o-animation-name" : { multi : "none | <ident >" , comma : true } ,
52
+ "-o-animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
53
53
"-o-animation-play-state" : { multi : "running | paused" , comma : true } ,
54
54
55
55
"appearance" : "icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal | none | inherit" ,
@@ -557,7 +557,7 @@ var Properties = {
557
557
"white-space-collapse" : 1 ,
558
558
"widows" : "<integer> | inherit" ,
559
559
"width" : "<length> | <percentage> | <content-sizing> | auto | inherit" ,
560
- "will-change" : { multi : "<ident>" , comma : true } ,
560
+ "will-change" : "<will-change> | inherit | initial | unset" ,
561
561
"word-break" : "normal | keep-all | break-all" ,
562
562
"word-spacing" : "<length> | normal | inherit" ,
563
563
"word-wrap" : "normal | break-word" ,
0 commit comments