Skip to content

sdhery/marquee-slide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marquee.js - jQuery 多功能无缝滚动插件

/**
 * @description 基于 jQuery 的无缝滚动插件
 * @param auto {boolean} 是否自动滚动
 *        interval {number} 间隔时间(毫秒)
 *        speed {number} 移动速度(毫秒)
 *        prevBtnId {string} 向前滚按钮 id
 *        nextBtnId {string} 向后滚按钮 id
 *        pauseBtnId {string} 暂停按钮 id
 *        resumeBtnId {string} 继续按钮 id
 *        showNum {number} 显示个数
 *        stepLen {number} 每次滚动步长
 *        type {string} 水平滚动 - horizontal / 垂直滚动 - vertical
 *        direction {string} 向前 -  forward / 向后 - backward
 *        afterMove {function} 每次移动后回调
 *        beforeMove {function} 每次移动前回调
 * @author [email protected]
 * @url https://github.com/wange1228/marquee-slide
 * @version 0.3.3
**/

About

jQuery 无缝滚动插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published