1.0.0-beta0 • Published 5 years ago

jquery-seamless v1.0.0-beta0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

jquery-seamless

jquery 无缝滚动插件

引入方式

yarn add jquery-seamless;
// or
npm install jquery-seamless;
下载源文件 : https://github.com/FengHaiSheng/jquery-seamless/blob/master/index.js, 用script单独引入

使用教程

import 'jquery-seamless'; // or require('jquery-seamless')
$(el).seamless({
    direction: 'left',
    time: 10
});

参数说明

参数名默认值说明
direction'left'滚动的方向, 支持: 'left' or "top"
time10滚动一个周期所需要的时间(秒)