0.0.3 • Published 7 years ago

scroll-page v0.0.3

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

scroll-page

##介绍 ###简单的/低配置的整页滑动库 ###根据pageIndex进行滑动 ###速度可自自己控,当多页跳转时会自动增加速度 ##安装

  • npm install scroll-page --save-dev

##使用

import ScrollPage from 'scroll-page';

// options为可配置项{ scrollSpeed: <Number> }
const scrollPage = new ScrollPage( options );

##API

// 根据页面的索引而跳转
scrollPage.scroll2( targetIndex );
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago