# vux-xscroll

> Xscroll - A Javascript Scrolling Framework For Mobile Web

Latest version **3.1.12** (published 2017-05-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install vux-xscroll
pnpm add vux-xscroll
yarn add vux-xscroll
bun add vux-xscroll
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.1.12 |
| Published | 2017-05-15 |
| First published | 2016-03-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 455 |
| Author | huxiaoqi |
| Maintainers | airyland |
| Keywords | xscroll |

## Links

- npm: https://www.npmjs.com/package/vux-xscroll
- Repository: https://github.com/huxiaoqi567/xscroll
- Issues: https://github.com/huxiaoqi567/xscroll/issues
- npm.io page: https://npm.io/package/vux-xscroll

## Recent versions

- 3.1.12 (latest) — 2017-05-15
- 3.1.11 — 2017-05-09
- 3.1.10 — 2017-04-17
- 3.1.9 — 2017-03-30
- 3.1.8 — 2016-08-07
- 3.1.7 — 2016-07-11
- 3.1.6 — 2016-07-11
- 3.1.5 — 2016-06-21
- 3.1.4 — 2016-04-20
- 3.1.3 — 2016-03-15
- 3.1.2 — 2016-03-15

## README

# xscroll

Xscroll - A Javascript Scrolling Framework For Mobile Web

## Version

3.1.2

## Install

```
npm install xscroll

```
## HomePage

[http://xscroll.github.io/](http://xscroll.github.io/)


## Document

[http://xscroll.github.io/node_modules/xscroll/doc/XScroll.html](http://xscroll.github.io/node_modules/xscroll/doc/XScroll.html)

## Demo

[http://xscroll.github.io/demo.html](http://xscroll.github.io/demo.html)

![construct](http://gtms04.alicdn.com/tps/i4/TB13LoRGVXXXXXmXpXX7yy27VXX-1414-1128.png_600x600.jpg)



 - Email：<huxiaoqi567@gmail.com>


## ChangeLog    

### v2.1.1
- pinch缩放优化
- 滚动条计算问题
- 去除mouse事件

### v2.2.0
- 优化边界反弹动画效果
- 支持水平方向无尽滚动
- 修复滚动停止时重绘、闪烁的问题
- 新增useTransition配置，支持帧动画
- 新增easing配置 如：ease ease-out easeq-in
- API调整 
    - getCellByRow -> getCellByRowOrCol
    - getCellByOffsetTop -> getCellByOffset
    - getCellByPageY -> getCellByPagePos


### v2.3.0
- 新增snap功能
- 新增多个xscroll相互嵌套的管理机制

### v2.3.1
- DataSet guid重复问题
- 修复部分安卓设备无法点停的问题
- 修复执行stop()后定时器仍然执行的问题
- 滚动条默认隐藏
- 新增boundryout api
- scrollanimate和panend触发顺序调整

### v2.3.2
- 修复bounce为false后报错的问题

### v3.0.0
- 大版本升级，xlist插件化

### v3.1.2
- 修复点击 触发2次的问题

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