zoukankan      html  css  js  c++  java
  • HTML5火焰文字特效DEMO演示---转载

    只有google支持

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>HTML5火焰文字特效DEMO演示 - 何问起</title>
    <style>
    html, body {
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    font-family: sans-serif;
    }
    
    #canvasContainer {
    margin: 0px;
    width: 100%;
    height: 100%;
    }
    </style>
    </head>
    
    <body>
    <div>
    </div>
    <div id="canvasContainer"></div>
    <!--修改这里的文字-->
    <span id="hovrtreefire">何问起</span>
    
    
    <a href="http://hovertree.com/">首页</a>
    <a href="http://hovertree.com/texiao/">特效</a>
    <a href="http://hovertree.com/h/bjaf/xmrvjvng.htm">原文</a>
    
    <script src="http://hovertree.com/texiao/html5/26/hovertreefire.js"></script>
    </body>
    </html>
  • 相关阅读:
    Android
    Android
    Android
    Android
    Android
    Android
    Android
    Android
    Android
    Android
  • 原文地址:https://www.cnblogs.com/binmengxue/p/5382914.html
Copyright © 2011-2022 走看看