日本好好热aⅴ|国产99视频精品免费观看|日本成人aV在线|久热香蕉国产在线

  • <cite id="ikgdy"><table id="ikgdy"></table></cite>
    1. 西西軟件園多重安全檢測下載網(wǎng)站、值得信賴的軟件下載站!
      西西首頁 電腦軟件 安卓軟件 電腦游戲 安卓游戲 排行榜 專題合集

      1500個前端開發(fā)常用JavaScript特效

      • 1500個前端開發(fā)常用JavaScript特效
      • 軟件大小:3.3M
      • 更新時間:2013-08-13 08:59
      • 軟件語言:中文
      • 軟件廠商:
      • 軟件類別:國產(chǎn)軟件 / 免費軟件 / 電子教程
      • 軟件等級:4級
      • 應(yīng)用平臺:WinAll, WinXP
      • 官方網(wǎng)站:暫無
      • 應(yīng)用備案:
      好評:50%
      壞評:50%

      軟件介紹

      高手收集整理的1500個前段JS特效,有需要的童鞋可以看看哦,很贊的

      javascript 特效有什么?

      簡單的比如鼠標事件(滑過、放上、離開產(chǎn)生的動態(tài)變化)、表格的展開與合并、菜單的動態(tài)設(shè)計(也是展開合并或者樹狀結(jié)構(gòu)的菜單都可以實現(xiàn))、消息框等。。。
      麻煩點的,比如頁面時鐘、浮動窗口、托窗。。。

      例子:數(shù)字下落

      腳本說明:

      第一步:把如下代碼加入<body>區(qū)域中
      <script language="JavaScript">
      <!-- Matrix by kurt.grigg@virgin.net
      if (document.all){
      Cols=6;
      Cl=24;//Space's are included so real length is 48!
      Cs=10;
      Ts=10;
      Tc='#008800';
      Tc1='#00ff00';
      MnS=20;
      MxS=30;
      I=Cs;
      Sp=new Array();S=new Array();Y=new Array();
      C=new Array();M=new Array();B=new Array();
      RC=new Array();E=new Array();Tcc=new Array(0,1);
      document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");
      document.write("<div style='position:relative'>");
      for(i=0; i < Cols; i++){
      S[i]=I+=Cs;
      document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"
      +Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>");
      }
      document.write("</div></div>");

      for(j=0; j < Cols; j++){
      RC[j]=1+Math.round(Math.random()*Cl);
      Y[j]=0;
      Sp[j]=Math.round(MnS+Math.random()*MxS);
      for(i=0; i < RC[j]; i++){
      B[i]='';
      C[i]=Math.round(Math.random()*1)+' ';
      M[j]=B[0]+=C[i];
      }
      }
      function Cycle(){
      Container.style.top=window.document.body.scrollTop;
      for (i=0; i < Cols; i++){
      var r = Math.floor(Math.random()*Tcc.length);
      E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>';
      Y[i]+=Sp[i];

      if (Y[i] > window.document.body.clientHeight){
      for(i2=0; i2 < Cols; i2++){
      RC[i2]=1+Math.round(Math.random()*Cl);
      for(i3=0; i3 < RC[i2]; i3++){
      B[i3]='';
      C[i3]=Math.round(Math.random()*1)+' ';
      C[Math.floor(Math.random()*i2)]=' '+' ';
      M[i]=B[0]+=C[i3];
      Y[i]=-Ts*M[i].length/1.5;
      A[i].style.visibility='visible';
      }
      Sp[i]=Math.round(MnS+Math.random()*MxS);
      }
      }
      A[i].style.top=Y[i];
      A[i].innerHTML=M[i]+' '+E[i]+' ';
      }
      setTimeout('Cycle()',20)
      }
      Cycle();
      }
      // -->
      </script>





      第二步:把如下代碼加入<body>區(qū)域中<body bgcolor=black>


      軟件標簽: JavaScript

      軟件截圖

      1500個前端開發(fā)常用JavaScript特效

      其他版本下載

      發(fā)表評論

      昵稱:
      表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
      查看所有(0)條評論 > 字數(shù): 0/500

      TOP
      軟件下載