源代碼:
<!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"><img src="43a7d933c895d143b233160576f082025aaf074a.jpg"></p> <p class="a1 ww"><img src="03087bf40ad162d9ec74553b14dfa9ec8a13cd7a.jpg"></p> <p class="a1 ss"><img src="b151f8198618367ac7d2a1e92b738bd4b31ce5af.jpg"></p> <p class="a1 tt"><img src="023b5bb5c9ea15cec72cb6d6b2003af33b87b22b.jpg"></p> <p class="a1 oo"><img src="c2cec3fdfc03924578c6cfe18394a4c27c1e25e8.jpg"></p> </p> </body> </html>
以上這篇css動(dòng)畫+照片清晰度動(dòng)畫的實(shí)現(xiàn)方法就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持PHP中文網(wǎng)。
更多css動(dòng)畫和照片清晰度動(dòng)畫的實(shí)現(xiàn)方法介紹相關(guān)文章請(qǐng)關(guān)注PHP中文網(wǎng)!
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com