https://github.com/hsiangleev/component-scroll
滚动条封装
https://github.com/hsiangleev/component-scroll
Last synced: about 1 year ago
JSON representation
滚动条封装
- Host: GitHub
- URL: https://github.com/hsiangleev/component-scroll
- Owner: hsiangleev
- Created: 2017-09-17T03:57:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T10:30:56.000Z (over 8 years ago)
- Last Synced: 2025-05-19T05:06:53.617Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://hsiangleev.github.io/component-scroll/scroll.html
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# component-scroll
### 滚动条封装
[链接](https://hsiangleev.github.io/component-scroll/scroll.html)
* c_scroll(x,y)
* 例: c_scroll(300,400)
* x: 最外层盒子宽度(必需)
* y: 最外层盒子高度(必需)
*
* 1.可拖动小球上下移动
* 2.点击滚动条移动
* 3.滚轮滚动移动
*
``` javascript
```