类似于flash文字渐隐切换特效,几组文字定时渐隐渐显切换显示,可根据自己的需求来自定义切换速度及文字颜色。
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>几段文字渐隐切换显示效果_武鸣人</title> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var qiksearch_js_text = new Array ("Hello 你好!", "欢迎来到武鸣人网站", "各种信息免费发布,资源共享合作共赢", "欢迎下次再来!"); var qiksearch_space_width = 390; // The width of the content space var qiksearch_space_height = 50; // The height of the content space var qiksearch_space_borderw=3; // Border width var qiksearch_space_borderc="#CC0000"; // Border Color var timeOutVal=150; // Delay in milliseconds document.write('<table width="' + qiksearch_space_width + '" height="' + qiksearch_space_height + '" style="background:#FFFFFF; border:' + qiksearch_space_borderw + ' solid ' + qiksearch_space_borderc + '"><tr><td align="middle">'); document.write('<div id="js_flash_www_wuming_ren">'); document.write('</div>'); document.write('</td></tr></table>'); var def_10='A',def_11='B',def_12='C',def_13='D',def_14='E',def_15='F'; var colorVal=15; var div_count=0; function qiksearch_fade_desat(getColorIntVal) {//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) var returnVal; if(getColorIntVal>=10) { for(var i=0; i<=15; i++) { if((getColorIntVal==i)) { returnVal = eval('def_' + i); } } } else { returnVal=getColorIntVal; } return(returnVal); }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function run_wwwwumingren() { document.all.js_flash_www_wuming_ren.innerHTML= '<font face="verdana,arial,helvetica" size="-1" color="' + joinColor(qiksearch_fade_desat(colorVal)) + '"><b>' + qiksearch_js_text[div_count] + '</span></b></font>' ; if((colorVal>0) && (colorVal!=0)) { colorVal--; } else { colorVal=15; if(div_count<qiksearch_js_text.length) { div_count++; } if(div_count==qiksearch_js_text.length) { document.all.js_flash_www_wuming_ren.innerHTML = '<a href="javascript:resetAll();run_wwwwumingren();" style="text-decoration:none" accesskey="l"><font color="#808080" face="verdana,arial,helvetica" size="-1"><b>再来一遍!</b></font></a>'; } } if(div_count<qiksearch_js_text.length) { setTimeout("run_wwwwumingren()",timeOutVal); } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function joinColor(getColor) { return (getColor + '0' + getColor + '0' + getColor + '0'); }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function resetAll() { div_count=0; colorVal=15; }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) run_wwwwumingren(); // End --> </script> </body> </html>
本文来自武鸣人网站,转载请注明出处