登录
注册
网络世界精彩无比,绚丽的页面如果合理的使用特效,一定会增色不少。下面就是我总结的特效:
跳动文字
想看会跳舞的文字?来吧!
代码:先在<head>和</head>之间添加
<script language="JavaScript"> <!-- function font11() //定义函数font11() { document.all.a1.style.fontSize=16+ Math.floor(Math.random()*24); //调用Math.random()函数产生一个随机数,再利用Math.floor()函数产生小于或等于Math.random()*24的下一个数,来改变文字大小 c1=Math.floor(Math.random()*256); c2=Math.floor(Math.random()*256); c3=Math.floor(Math.random()*256); document.all.a1.style.color="rgb("+c1+","+c2+","+c3+")"; //同上,改变文字颜色(利用RGB调色) timer=setTimeout('font11()',200); //每200毫秒调用一次font11()函数 } ---></script>
kingTeaching
李毅
张复杰
江子龙
六平居士
内部课
公开课