js网页特效:星星闪动的标题栏特效
如果您发现本文排版有问题,可以先点击下面的链接切换至老版进行查看!!!
js网页特效:星星闪动的标题栏特效
title_tmp1 = document.title
if (title_tmp1.indexOf(">>")!=-1){
title_tmp2 = title_tmp1.split(">>");
title_last=" —> "+title_tmp2[1];
title_last=title_last + " —> " + title_tmp2[2];
}else{
if (title_tmp1.indexOf("——")!=-1){
title_tmp2 = title_tmp1.split("——");
title_last=" —> "+title_tmp2[1];
if (title_last==" —> "){title_last=" —> "};
if (title_last==" —> "){title_last=" —> "};
}else {
title_last="==>https://www.daozhao.com"
}
}
title_new="道招 daozhao.com"+title_last+""
step=0
function flash_title(){
step++
if (step==7) {step=1}
if (step==1) {document.title='◆◇◇◇'+title_new+'◇◇◇◆'}
if (step==2) {document.title='◇◆◇◇'+title_new+'◇◇◆◇'}
if (step==3) {document.title='◇◇◆◇'+title_new+'◇◆◇◇'}
if (step==4) {document.title='◇◇◇◆'+title_new+'◆◇◇◇'}
if (step==5) {document.title='◇◇◆◇'+title_new+'◇◆◇◇'}
if (step==6) {document.title='◇◆◇◇'+title_new+'◇◇◆◇'}
setTimeout("flash_title()",180);
}
flash_title()
- 分类:
- Web前端
更新时间:
上一篇:下一篇: