<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>html5 canvas全屏烟花动画特效 </title><base target="_blank" /> <link rel="stylesheet" type="text/css" href="http://hovertree.com/texiao/html5/43/css/normalize.css" /> <link rel="stylesheet" type="text/css" href="http://hovertree.com/texiao/html5/43/css/hovertree.css"> </head> <body> <div class="hovertree"></div> <script type="text/javascript" src="http://down.hovertree.com/jquery/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="http://hovertree.com/texiao/html5/43/js/jquery.fireworks.js"></script> <script type="text/javascript"> $(\'.hovertree\').fireworks({ sound: true, // sound effect opacity: 0.9, width: \'100%\', height: \'100%\' }); </script> </body> </html>
相关文章:
- html5 canvas 点击放烟花 2021-07-16
- 烟花效果(Canvas和Proton) 2021-12-30
- HTML5特效动画 2021-07-03
- WEB烟花效果——Canvas实现 2018-03-28
- canvas制作的烟花效果 2021-11-06
- Canvas画图之烟花爆炸demo 2021-04-29
- 【粒子特效】烟花 2021-11-04