Compare commits
No commits in common. "52452dd2d258134386d06573d0c87674513e3bf0" and "6a39ba24a5e60dc6084b51b9eabe7709aca5a8d3" have entirely different histories.
52452dd2d2
...
6a39ba24a5
@ -50,7 +50,7 @@ export default {
|
||||
defaultOption() {
|
||||
return (data) => {
|
||||
return {
|
||||
step: 0.32, // 数值越大速度滚动越快
|
||||
step: 0.1, // 数值越大速度滚动越快
|
||||
limitMoveNum: this.scrollList.length, // 开始无缝滚动的数据量 this.dataList.length
|
||||
hoverStop: true, // 是否开启鼠标悬停stop
|
||||
direction: 1, // 0向下 1向上 2向左 3向右
|
||||
|
Loading…
x
Reference in New Issue
Block a user