<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
a {
text-decoration: none;
}
.an {
-webkit-animation: .5s infinite blink;
animation: .5s infinite blink
}
.commodity-sign-wrap {
animation: blink 1s infinite;
-webkit-animation: blink 1s infinite;
/*Safari and Chrome*/
}
@keyframes blink{0%,100%{color:red}50%{color:#ff0}}
@-webkit-keyframes blink{0%,100%{color:red}50%{color:#ff0}}
@keyframes blink1 {
0% {
opacity: 0;
}
50% {
今天的文章animation blink 实现闪烁效果分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/24922.html