实例如下:
源代码:
<!DOCTYPE html> <html> <head> <title>donghua</title> <meta charset="utf-8"> <style type="text/css"> .beijing{ border: 1px solid black; width: 100%; height: 800px; background: black; } .a1 img{ width: 100px; height: 100px; -webkit-filter: blur(2px); } .qq{ position: absolute; left: 500px; top: 150px; } .qq img:hover{ animation-name: one; animation-duration: 3s; animation-fill-mode: forwards; } @keyframes one{ 0%{width: 200px;height: 200px;-webkit-filter:blur(4px);} 25%{width: 400px;height: 400px;-webkit-filter:blur(3px);} 80%{width: 600px;height: 600px;-webkit-filter:blur(2px);} 100%{width: 800px;height: 800px;-webkit-filter:blur(0px);} } .ww{ position: absolute; left: 540px; top: 180px; } .ww img:hover{ animation-name: one; animation-duration: 5s; animation-fill-mode: forwards; } .ss{ position: absolute; left: 550px; top: 240px; } .ss img:hover{ animation-name: one; animation-duration: 5s; animation-fill-mode: forwards; } .tt{ position: absolute; left: 560px; top: 260px; } .tt img:hover{ animation-name: one; animation-duration: 5s; animation-fill-mode: forwards; } .oo{ position: absolute; left: 590px; top: 300px; } .oo img:hover{ animation-name: one; animation-duration: 5s; animation-fill-mode: forwards; } </style> </head> <body> <p class="beijing"> <p class="a1 qq">@@##@@</p> <p class="a1 ww">@@##@@</p> <p class="a1 ss">@@##@@</p> <p class="a1 tt">@@##@@</p> <p class="a1 oo">@@##@@</p> </p> </body> </html>
以上这篇css动画+照片清晰度动画的实现方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持PHP中文网。
更多css动画和照片清晰度动画的实现方法介绍相关文章请关注PHP中文网!
立即学习“前端免费学习笔记(深入)”;
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号