文字提示消息不间断闪动显示特效

2周前 (05-09 15:31)阅读12回复0
大陆
大陆
  • 管理员
  • 发消息
  • 注册排名1
  • 经验值4714
  • 级别管理员
  • 主题942
  • 回复2
楼主

如QQ中消息提示闪动的文字特效,这个文字闪动特效可用于各类广告等特效,是典型的信息提示类网页特效。

<script>
 var styChangeTimes=0;
  function change_www_wuming_ren(id)
  {
  obj=document.getElementById(id);
  styChangeTimes = styChangeTimes+1; 
  if((styChangeTimes%2)==0)
  obj.style.display="none";
  else
<!--<a class="channel_keylink" href="https://www.wuming.ren" target="_blank">武鸣人</a>各种信息免费发布,资源共享合作共赢!-->
  obj.style.display="";
  if(styChangeTimes<200)
  {
  window.setTimeout("change_www_wuming_ren('"+id+"')",200);
  }
  else
  {
  styChangeTimes=0;
  obj.style.display="";
  }
  }
  </script>
</head>
<body onload="change_www_wuming_ren('www_wuming_ren')">
<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>
<div align="center">
 <table border="0" width="300" cellpadding="0" style="border-collapse: collapse" height="30" id="table1">
  <tr>
   <td><div id="www_wuming_ren" >
 <img border="0" src="/img/20240509_www_wuming_ren_4.jpg" width="14" height="14" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/><span style="font-size: 9pt"> <a href="https://www.wuming.ren">
 <span style="text-decoration: none"><font color="#FF0000">您有5条新的消息</font></span></a></span></div></td>
  </tr>
 </table>
 </div>
 </body>


0
0
收藏0
回帖

文字提示消息不间断闪动显示特效 期待您的回复!

取消
载入表情清单……
载入颜色清单……
插入网络图片

取消确定

图片上传中
编辑器信息
提示信息