纳兰飞雪
发表于 2009-8-8 07:35
不错的教程。谢谢分享了。
ssophia
发表于 2009-8-11 17:35
我也想交作业!
ssophia
发表于 2009-8-11 17:38
<html>
<head>
<title>
荡漾文字
</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">
</head>
<body>
<div id=\"Zittertext\" style=\"width:100%; font-size:42pt; font-weight:bold; color:red;
filter:Wave(freq=15, light=2, phase=8, strength=5);\">
开心快乐
</div>
<script language=\"JavaScript\">
<!--
function DynWave()
{
if(document.all.Zittertext.filters.freq > 30)
document.all.Zittertext.filters.freq = 15;
document.all.Zittertext.filters.freq += 1;
if(document.all.Zittertext.filters.phase > 80)
document.all.Zittertext.filters.phase = 11;
document.all.Zittertext.filters.phase += 1;
if(document.all.Zittertext.filters.strength > 1)
document.all.Zittertext.filters.strength = 1;
document.all.Zittertext.filters.strength += 1;
window.setTimeout(\"DynWave()\",50);
}
DynWave();
// -->
</Script>
</body>
</html>
ssophia
发表于 2009-8-11 17:40
我做的怎么不动呢?
麒麟庄
发表于 2009-8-13 22:20
谢谢分享
xijiaochang
发表于 2009-8-19 16:16
俺要看看学学
xijiaochang
发表于 2009-8-19 16:16
俺要看看学学
寻找一滴泪
发表于 2009-9-2 17:11
来好好学习
寻找一滴泪
发表于 2009-9-2 17:11
<html>
<head>
<title>
荡漾文字
</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">
</head>
<body>
<div id=\"Zittertext\" style=\"width:100%; font-size:42pt; font-weight:bold; color:red;
filter:Wave(freq=15, light=2, phase=8, strength=5);\">
【莺燕音画】由『黄莺语柳 紫燕归梁』制作
</div>
<script language=\"JavaScript\">
<!--
function DynWave()
{
if(document.all.Zittertext.filters.freq > 30)
document.all.Zittertext.filters.freq = 15;
document.all.Zittertext.filters.freq += 1;
if(document.all.Zittertext.filters.phase > 80)
document.all.Zittertext.filters.phase = 11;
document.all.Zittertext.filters.phase += 1;
if(document.all.Zittertext.filters.strength > 1)
document.all.Zittertext.filters.strength = 1;
document.all.Zittertext.filters.strength += 1;
window.setTimeout(\"DynWave()\",50);
}
DynWave();
// -->
</Script>
</body>
</html>
寻找一滴泪
发表于 2009-9-2 17:12
成功了,哈哈
页:
1
2
3
4
5
[6]
7
8
9
10
11