• 【HTML】html5 canvas全屏烟花动画特效


    <!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, 
        '100%', 
       height: '100%' 
     });
    </script>
      
    </body>
    </html>
  • 相关阅读:
    RSA加密算法
    ios 经典错误
    C--指针函数,static
    svn---命令行操作
    iOS中的自由桥接
    ios--socket
    ios错误修改了系统头文件
    ios数据库FMDB
    CoreDate的使用
    ios简单数据库运用
  • 原文地址:https://www.cnblogs.com/HGNET/p/12355927.html
Copyright © 2020-2023  润新知