Skip to content

Commit caa3ea0

Browse files
committed
fix typos
1 parent 40b60cd commit caa3ea0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vendor.styl

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ animation-duration()
4848
vendor('animation-duration', arguments)
4949

5050
animation-timing-function()
51-
vendor('animation-timing', arguments)
51+
vendor('animation-timing-function', arguments)
5252

5353
animation-delay()
5454
vendor('animation-delay', arguments)
5555

5656
animation-iteration-count()
57-
vendor('animation-iteration', arguments)
57+
vendor('animation-iteration-count', arguments)
5858

5959
animation-direction()
6060
vendor('animation-direction', arguments)
6161

6262
animation-fill-mode()
63-
vendor('animation-fill', arguments)
63+
vendor('animation-fill-mode', arguments)
6464

6565
animation-play-state()
66-
vendor('animation-play', arguments)
66+
vendor('animation-play-state', arguments)
6767

6868
animation-fill-mode()
6969
vendor('animation-fill-mode', arguments)

0 commit comments

Comments
 (0)