File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,22 @@ animation-duration()
48
48
vendor ('animation-duration' , arguments )
49
49
50
50
animation-timing-function ()
51
- vendor ('animation-timing' , arguments )
51
+ vendor ('animation-timing-function ' , arguments )
52
52
53
53
animation-delay ()
54
54
vendor ('animation-delay' , arguments )
55
55
56
56
animation-iteration-count ()
57
- vendor ('animation-iteration' , arguments )
57
+ vendor ('animation-iteration-count ' , arguments )
58
58
59
59
animation-direction ()
60
60
vendor ('animation-direction' , arguments )
61
61
62
62
animation-fill-mode ()
63
- vendor ('animation-fill' , arguments )
63
+ vendor ('animation-fill-mode ' , arguments )
64
64
65
65
animation-play-state ()
66
- vendor ('animation-play' , arguments )
66
+ vendor ('animation-play-state ' , arguments )
67
67
68
68
animation-fill-mode ()
69
69
vendor ('animation-fill-mode' , arguments )
You can’t perform that action at this time.
0 commit comments