An open API service indexing awesome lists of open source software.

https://github.com/zanjs/datashow

滚屏数据展现动画
https://github.com/zanjs/datashow

Last synced: 3 months ago
JSON representation

滚屏数据展现动画

Awesome Lists containing this project

README

        

## Data show

滚屏数据展现动画

## 使用

### 自定义配置参数

html
```


```

javascript

```
window.DataShow = new DataShow({
reset: false, // 是否重复动画
move: '20px' // 距离位置执行动画
});
```

```
defaults: {
after: "0s",
enter: "bottom",
move: "24px",
over: "0.66s",
easing: "ease-in-out",
opacity: 0,
viewportFactor: .33,
reset: !1,
init: !0
}
```