发布网友 发布时间:2022-04-24 00:17
共2个回答
热心网友 时间:2022-04-28 13:59
1, css3圆形光环闪烁效果。
2,文件引用:,
<style type="text/css">
body{background: #EF7148;}
img{cursor:pointer;-webkit-animation: scaleout 1.3s infinite ease-in-out;animation: scaleout 1.3s infinite ease-in-out;}
@-webkit-keyframes scaleout {
0% { -webkit-transform: scale(1.0) }
100% {
-webkit-transform: scale(1.1);
opacity: 0;
}
}
@keyframes scaleout {
0% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
} 100% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0;
}
}
</style>
热心网友 时间:2022-04-28 15:17
用css3的盒子阴影
box-show: