本文主要介绍了css3中ani今天立春时间几分几秒mation实现简单的手指点击动画的示例,分享给忧伤的诗句大家,具体如下:
效果图
<!doctype html><html> <head> <meta chps反选快捷键art="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, ur-scalable=0" /> <title>css3--通过animation实现简单的手指点击动画</title> <style> .wrapper{position:relative;overflow:hidden;width:500px;height:500px;margin:0 auto;background-color:black} .circle{position:absolute;left:50%;top:50%;margin:-70px 0 0 -46px; background: url("./circle.png") center center no-repeat; width:62px;height:62px;animation:circlehide 1s ea infinite both} .finger{background:url("./finger.png") center center no-repeat;width:100px;height:140px;margin:170px auto;animation:fingerhandle 1s ea infinite both} @keyframes fingerhandle{ 0%{transform:none} 贵州福利彩票 70%{transform:scale3d(.8,.8,.8)} 100%{transform:none} } @keyframes circlehide{ 0%{opacity:0;transform:scale3d(0,0,0)} 70%{opacity:1;transform:scale3d(1.2,1.2,1.2)} 100%{opacity:0;transform:scale3d(0,0,0)} } </style> </head> <body> <div class="wrapper"> 演讲稿400 <div class="circle"></div> <div class="finger"></div> </div> </body></html>
到此这篇关于css3中animation实现简单的手指点击动画的示例的文章就介绍到这了,更多相关css3手指点击动画内容请搜索www.887551.com以前的文章或继续浏览下面的相关文章,希望大家以后多多支持www.887551.com!
本文发布于:2023-04-03 21:43:32,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/b07760afc06c0705326bb7928751f0d0.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:CSS3中Animation实现简单的手指点击动画的示例.doc
本文 PDF 下载地址:CSS3中Animation实现简单的手指点击动画的示例.pdf
留言与评论(共有 0 条评论) |