Skip to content

Commit 0040d1b

Browse files
李钿李钿
authored andcommitted
增加 webkit 前缀
1 parent 63093b6 commit 0040d1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/WxImageViewer.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,17 @@
7070
border-style: solid;
7171
border-color: #333;
7272
border-bottom-color: #FFF;
73+
-webkit-animation: roll 1s linear infinite;
7374
animation: roll 1s linear infinite;
7475
}
76+
@-webkit-keyframes roll{
77+
from{
78+
-webkit-transform: rotate(0deg);
79+
}
80+
to{
81+
-webkit-transform: rotate(360deg);
82+
}
83+
}
7584
@keyframes roll{
7685
from{
7786
transform: rotate(0deg);

0 commit comments

Comments
 (0)