marquee 无缝滚动插件 jQueryMarquee

码农软件 · 软件分类 · jQuery页面滚动插件 · 2019-12-27 05:56:25

软件介绍

jQueryMarquee 是一个基于 jquery 实现的 marquee 无缝滚动插件

一共有三个可选参数,一个回调方法。

$(dom).marquee(options, callback);

options 可选参数:

options : {
    direction : 'top',
    pixels : 5,
    speed : 30,
}
direction

移动方向:
    左:left
    右:right
    上:top
    下:bottom;
pixels

每次移动的像素数

speed

两次移动之前的间隔时间数(毫秒)
调用方法如下:

$("scroll-a").marquee();

$("scroll-b").marquee({direction:'top'});

$("scroll-c").marquee({direction:'right',pixels:2,speed:30});

$("scroll-d").marquee({direction:"bottom",pixels:2,speed:30}, function(){
    console.log("执行了一次");
});

 

本文地址:https://codercto.com/soft/d/22036.html

Invisible Users

Invisible Users

Jenna Burrell / The MIT Press / 2012-5-4 / USD 36.00

The urban youth frequenting the Internet cafes of Accra, Ghana, who are decidedly not members of their country's elite, use the Internet largely as a way to orchestrate encounters across distance and ......一起来看看 《Invisible Users》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器