# scroll-page

> scroll your web via pageIndex

Latest version **0.0.3** (published 2017-02-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install scroll-page
pnpm add scroll-page
yarn add scroll-page
bun add scroll-page
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2017-02-08 |
| First published | 2017-01-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | samChan |
| Maintainers | samchanye |
| Keywords | scroll |

## Links

- npm: https://www.npmjs.com/package/scroll-page
- Repository: https://github.com/samchanye/scroll-page
- Homepage: https://github.com/samchanye/scroll-page#readme
- Issues: https://github.com/samchanye/scroll-page/issues
- npm.io page: https://npm.io/package/scroll-page

## Recent versions

- 0.0.3 (latest) — 2017-02-08
- 0.0.2 — 2017-01-07
- 0.0.1 — 2017-01-02

## README

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

##使用
```javascript
import ScrollPage from 'scroll-page';

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

```

##API
```javascript
// 根据页面的索引而跳转
scrollPage.scroll2( targetIndex );
```

---
_Source: https://npm.io/package/scroll-page · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
