html上下走马灯特效,上下左右滚动的走马灯文字代码

本文介绍了一段使用C#编写的滚动文字效果代码,并推荐了模板无忧网站作为源码下载资源。同时,探讨了HTML、CSS和JavaScript等前端开发技术的应用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

滚动文字效果

#infozone{font-size:12px;color:#aa6;overflow:hidden;width:100px;height:20px;}

#infozone div{height:20px;line-height:20px;white-space:nowrap;overflow:hidden;}

var tc;

window.οnlοad=function(){

var o=document.getElementById('infozone');hscroll(o);

window.setInterval(function(){window.clearTimeout(tc);o.firstChild.style.marginLeft='0px';scrollup(o,20,0);},10000);

}

function scrollup(o,d,c){

if(d==c){

var t=o.firstChild.cloneNode(true);

o.removeChild(o.firstChild);o.appendChild(t);

t.style.marginTop=o.firstChild.style.marginTop='0px';

hscroll(o);

}

else{

ch=false;var s=3,c=c+s,l=(c>=d?c-d:0);

o.firstChild.style.marginTop=-c+l+'px';

window.setTimeout(function(){scrollup(o,d,c-l)},50);

}

}

function hscroll(o){

var w1=o.firstChild.offsetWidth,w2=o.offsetWidth;

if(w1<=w2)return;

tc=window.setTimeout(function(){hs(o,w1-w2,0,w1-w2)},3500);

}

function hs(o,d,c,p){

c++;var t=(c>0?-c:c);o.firstChild.style.marginLeft=t+'px';

if(c==d){if(d==0){tc=window.setTimeout(function(){hs(o,p,0,p)},2500);}else tc=window.setTimeout(function(){hs(o,0,-p,p)},3500);}

else tc=window.setTimeout(function(){hs(o,d,c,p)},5);

}

C#源码下载请到模板无忧
一个很不错的源码下载站
我爱模板无忧
提供大量高质量源代码
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值