Features
- Add
paging and snapping options to the vuescroll option.
Usage
ops: {
vuescroll: {
paging: true, // set scrollPanel's option scrollingX or Y to enable pagingX and pagingY
snapping: {
enable: false, // or true
width: 100, // snap width
height: 100 // snap height
}
}
}
