溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css怎么提高動畫和照片清晰度

發(fā)布時間:2021-08-10 18:03:17 來源:億速云 閱讀:529 作者:chen 欄目:web開發(fā)

這篇文章主要講解了“css怎么提高動畫和照片清晰度”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“css怎么提高動畫和照片清晰度”吧!

實例如下:

css怎么提高動畫和照片清晰度

源代碼:

XML/HTML Code復制內容到剪貼板

  1. <!DOCTYPE html>  

  2. <html>  

  3. <head>  

  4. <title>donghua</title>  

  5. <meta charset="utf-8">  

  6. <style type="text/css">  

  7. .beijing{   

  8. border: 1px solid black;   

  9. width: 100%;   

  10. height: 800px;   

  11. background: black;   

  12. }   

  13. .a1 img{   

  14. width: 100px;   

  15. height: 100px;   

  16. -webkit-filter: blur(2px);   

  17. }   

  18. .qq{   

  19. position: absolute;   

  20. left: 500px;   

  21. top: 150px;   

  22. }   

  23. .qq img:hover{   

  24. animation-name: one;   

  25. animation-duration: 3s;   

  26. animation-fill-mode: forwards;   

  27. }   

  28. @keyframes one{   

  29. 0%{width: 200px;height: 200px;-webkit-filter:blur(4px);}   

  30. 25%{width: 400px;height: 400px;-webkit-filter:blur(3px);}   

  31. 80%{width: 600px;height: 600px;-webkit-filter:blur(2px);}   

  32. 100%{width: 800px;height: 800px;-webkit-filter:blur(0px);}   

  33. }   

  34. .ww{   

  35. position: absolute;   

  36. left: 540px;   

  37. top: 180px;   

  38. }   

  39. .ww img:hover{   

  40. animation-name: one;   

  41. animation-duration: 5s;   

  42. animation-fill-mode: forwards;   

  43. }   

  44. .ss{   

  45. position: absolute;   

  46. left: 550px;   

  47. top: 240px;   

  48. }   

  49. .ss img:hover{   

  50. animation-name: one;   

  51. animation-duration: 5s;   

  52. animation-fill-mode: forwards;   

  53. }   

  54. .tt{   

  55. position: absolute;   

  56. left: 560px;   

  57. top: 260px;   

  58. }   

  59. .tt img:hover{   

  60. animation-name: one;   

  61. animation-duration: 5s;   

  62. animation-fill-mode: forwards;   

  63. }   

  64. .oo{   

  65. position: absolute;   

  66. left: 590px;   

  67. top: 300px;   

  68. }   

  69. .oo img:hover{   

  70. animation-name: one;   

  71. animation-duration: 5s;   

  72. animation-fill-mode: forwards;   

  73. }   

  74. </style>  

  75. </head>  

  76. <body>  

  77. <div class="beijing">  

  78. <div class="a1 qq"><img src="43a7d933c895d143b233160576f082025aaf074a.jpg"></div>  

  79. <div class="a1 ww"><img src="03087bf40ad162d9ec74553b14dfa9ec8a13cd7a.jpg"></div>  

  80. <div class="a1 ss"><img src="b151f8198618367ac7d2a1e92b738bd4b31ce5af.jpg"></div>  

  81. <div class="a1 tt"><img src="023b5bb5c9ea15cec72cb6d6b2003af33b87b22b.jpg"></div>  

  82. <div class="a1 oo"><img src="c2cec3fdfc03924578c6cfe18394a4c27c1e25e8.jpg"></div>  

  83. </div>  

  84. </body>  

  85. </html>  

感謝各位的閱讀,以上就是“css怎么提高動畫和照片清晰度”的內容了,經(jīng)過本文的學習后,相信大家對css怎么提高動畫和照片清晰度這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內容。

css
AI