```
@-webkit-keyframes twinkling{
0%{
opacity:0; /
}
100%{
opacity:1;
}
}
.twink_btn{
-webkit-animation: twinkling 1s infinite ease-in-out;
}
```
```
@-webkit-keyframes twinkling{
0%{
opacity:0; /
}
100%{
opacity:1;
}
}
.twink_btn{
-webkit-animation: twinkling 1s infinite ease-in-out;
}
```
本文标题:前端按钮闪烁效果 css
本文链接:https://www.haomeiwen.com/subject/vlsxhhtx.html
网友评论