html在圖片上實現下雨效果,

來源:互聯網
上載者:User

html在圖片上實現下雨效果,

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <style media="screen"> 6 body { 7     overflow: hidden; 8     height: 100%; 9     margin: 0;10     padding: 0;11 }12 13 img {14     width: 100%;15     height: 100%;16 }17 </style>18 <script src="http://maroslaw.github.io/rainyday.js/dist/rainyday.0.1.2.min.js" type="text/javascript"></script>19 <script type="text/javascript">20     function run() {21         var image = document.getElementById('background');22         image.onload = function() {23             var engine = new RainyDay({24                 image : this,25             });26             engine.rain([ [ 1, 2, 8000 ] ]);27             engine.rain([ [ 3, 3, 0.88 ], [ 5, 5, 0.9 ], [ 6, 2, 1 ] ], 100);28         }29         image.crossOrigin = 'anonymous';30         image.src = 'http://i.imgur.com/N7ETzFO.jpg';31     }32 </script>33 <title>哇塞!</title>34 </head>35 <body onLoad="run();">36     <img id="background" alt="background" src="" />37 </body>38 </html>

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.