懂视1
懂视101
懂视201
懂视301
懂视401
懂视501
懂视601
懂视701
懂视801
懂视901
懂视1001
懂视1101
懂视1201
懂视1301
懂视1401
懂视1501
懂视1601
懂视1701
懂视1801
懂视1901
文库1
文库101
文库201
文库301
文库401
文库501
文库601
文库701
文库801
文库901
文库1001
文库1101
文库1201
文库1301
文库1401
文库1501
文库1601
文库1701
文库1801
文库1901
vc汽车资讯网
全部频道
首页
科技
教育
生活
旅游
时尚
美容
美食
健康
体育
游戏
汽车
家电
您的当前位置:
首页
文字模糊特效_javascript技巧
文字模糊特效_javascript技巧
来源:vc汽车资讯网
文字模糊特效
var thissize=11 var textfont="Verdana" var textcolor= new Array() textcolor[0]="EEEEEE" textcolor[1]="DDDDDD" textcolor[2]="CCCCCC" textcolor[3]="AAAAAA" textcolor[4]="888888" textcolor[5]="666666" textcolor[6]="555555" textcolor[7]="444444" textcolor[8]="333333" textcolor[9]="222222" textcolor[10]="111111" textcolor[11]="000000" var message = new Array() message[0]="欢迎访问无忧脚本" message[1]="我们将把最好的东西共享给你" message[2]="这个脚本不错吧?" message[3]="你可以在这里加入不同的东西" message[4]="比如图片,连接等,都可以的" message[5]="如果有什么问题的话,直接回帖就可以了" message[6]="
不要把我们给忘记了" message[7]="我们会尽力来回答你的问题" message[8]="我们的网址是
http://www.51js.com" message[9]="如果上网没什么事干的话,可以到我们的聊天区聊聊天南地北的事:)" message[10]="网络正在渐渐的改变我们的生活" message[11]="你会使用论坛吗?有很多贴心的功能,找找看" message[12]="如果在这个版的例子有你喜欢的,记得要放进收藏夹啊!有个收藏夹的图标,点一下就可以了:)" var i_blurstrength=10 var i_message=0 var i_textcolor=0 function blurtext() { if(document.all) { if (i_blurstrength >=-2) { if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1} blurthis.innerHTML=""+message[i_message]+""; document.close() i_blurstrength=i_blurstrength-2 i_textcolor++ var timer=setTimeout("blurtext()",60) } else { if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1} blurthis.innerHTML=""+message[i_message]+""; i_message++ if (i_message>=message.length){i_message=0} i_blurstrength=20 i_textcolor=0 clearTimeout(timer) var timer=setTimeout("blurtext()",1000) } } } // - End of JavaScript - -->
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
显示全文