首页 何问起 前端特效 htbtn-4 闪电 使用方法

HTML5火焰文字特效DEMO演示

效果展示:http://hovertree.com/texiao/html5/26/

效果图:

扫描二维码查看效果:

火焰二维码

或者关注微信公众号 ihewenqi ,发送 我 或者 张国荣 ,可以查看效果。

代码如下:

<!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>

转自:http://hovertree.com/h/bjaf/xmrvjvng.htm

OnBlur事件表示什么?

更多特效:http://www.cnblogs.com/roucheng/p/texiao.html

posted @ 2016-03-31 16:33  roucheng  阅读(1106)  评论(0编辑  收藏  举报