-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtextPixel.html~
34 lines (24 loc) · 1.03 KB
/
textPixel.html~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML5像素文字爆炸重组动画特效DEMO演示</title>
<link rel="stylesheet" href="css/textPixel.css" media="screen" type="text/css" />
</head>
<body>
<canvas id="text" width="500" height="100"></canvas>
<canvas id="stage" width="500" height="100"></canvas>
<form id="form">
<input type="text" id="inputText" value="HELLO" />
<!-- <input type="text" id="inputText" value="HELLO" /> -->
<input type="submit" name="picButton" id="picButton" value="" />
<!-- <input type="submit" value="TRY IT" /> -->
</form>
<div style="text-align:center;clear:both">
<!-- <script src="/gg_bd_ad_720x90.js" type="text/javascript"></script> -->
<!-- <script src="/follow.js" type="text/javascript"></script> -->
</div>
<script src='js/EasePack.min.js'></script><script src='js/TweenLite.min.js'></script><script src='js/easeljs-0.7.1.min.js'></script><script src='js/requestAnimationFrame.js'></script>
<script src="js/textPixel.js"></script>
</body>
</html>