Skip to content

V4.3.3

Choose a tag to compare

@wangyi7099 wangyi7099 released this 20 Apr 17:13
· 551 commits to dev since this release

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
            }
        }
    }