@@ -14,6 +14,7 @@ var Properties = {
1414 "animation-delay" : { multi : "<time>" , comma : true } ,
1515 "animation-direction" : { multi : "normal | alternate" , comma : true } ,
1616 "animation-duration" : { multi : "<time>" , comma : true } ,
17+ "animation-fill-mode" : { multi : "none | forwards | backwards | both" , comma : true } ,
1718 "animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
1819 "animation-name" : { multi : "none | <ident>" , comma : true } ,
1920 "animation-play-state" : { multi : "running | paused" , comma : true } ,
@@ -37,6 +38,7 @@ var Properties = {
3738 "-webkit-animation-delay" : { multi : "<time>" , comma : true } ,
3839 "-webkit-animation-direction" : { multi : "normal | alternate" , comma : true } ,
3940 "-webkit-animation-duration" : { multi : "<time>" , comma : true } ,
41+ "-webkit-animation-fill-mode" : { multi : "none | forwards | backwards | both" , comma : true } ,
4042 "-webkit-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
4143 "-webkit-animation-name" : { multi : "none | <ident>" , comma : true } ,
4244 "-webkit-animation-play-state" : { multi : "running | paused" , comma : true } ,
0 commit comments