0.1.2 • Published 7 years ago

nuke-slider-neighbor v0.1.2

Weekly downloads
40
License
-
Repository
gitlab
Last release
7 years ago

SliderNeighbor

  • category: UI
  • chinese: 左右滑动slider
  • type: UI组件

API

名称类型默认值描述
widthString'750rem'组件宽度(必填)
heightString'460rem'组件高度(必填)
autoPlaybooleanfalse是否自动播放
autoplayTimeoutString'3000'播放时间间隔
neighborAlphaString'0.8'两侧透明度
neighborScaleString'0.8'两侧等级
distanceLevelnumber13左右节点距离位置级别,从1-13,13最远,想靠近可设置为9
scaleString0.9中间缩放
showPaginationbooleanfalse是否显示指示点
paginationStyleObject/指示点样式

paginationStyle 默认样式

defaultPaginationStyle: {
    position: 'absolute',
    width: '100%',
    height: '10rem',
    top: '15rem',
    flex: 1,
    backgroundColor: 'transparent',
    itemColor: '#cccccc',
    itemSelectedColor: 'rgb(255, 80, 0)',
    itemSize: '10rem'
}

事件

名称参数描述
onChange/object{index...}
0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago