JQ 文字無縫滾動之逐條滾動

2021-06-27 03:56:46 字數 877 閱讀 8396

jq **: 本列子是從下向上滾動的,如果時其他方向的修改marginbttom就可以了:

(function($);

var _this = this;

_this.timer = null;

_this.lineh = _this.find("li:first").height();

_this.line=opt.line?parseint(opt.line,15):parseint(_this.height()/_this.lineh,10);

_this.speed=opt.speed?parseint(opt.speed,10):500, //捲動速度,數值越大,速度越慢(毫秒

_this.timespan=opt.timespan?parseint(opt.timespan,13):1000; //滾動的時間間隔(毫秒

if(_this.line==0) this.line=1;

_this.upheight=0-_this.line*_this.lineh;

_this.scrollup=function(),_this.speed,function()

_this.css();

});}

_this.hover(function(),function(),_this.timespan);

}).mouseout();}})

})(jquery);

引用本**:
$(document.body).ready(function());

});

html**:

逐條滾動,我在其他部落格也見過,也比較好找,在此就不介紹了

js文字無縫滾動

1 overflow hidden width 128px height 300px 23 90 cellspacing 3 cellpadding 0 border 0 align center class ykxm 孫君洲 1人 2013 09 06到 class xdd ff0000 新訂單 ...

javascript 文字無縫向上滾動

靜態 style height 30px overflow hidden id marquee 第1段p 第2段p 第3段p 第4段p 第5段p div div 解釋 首先最外層是乙個高度只有30px的層,這樣大概只能顯示一行文字。然後裡面有乙個 marquee的層,這個層包含了很多段文字,高度實際...

文字無縫上下滾動

看了好幾個網上的例子,最終得到了想要的效果。啥也不說了,記錄有效的 直接放 html 188 1865剛剛在貸款超市成功借款5000元 155 1899剛剛在貸款超市成功借款8000元 156 8899剛剛在貸款超市成功借款8000元 135 3999剛剛在貸款超市成功借款8000元 css suc...