zscroller icon indicating copy to clipboard operation
zscroller copied to clipboard

how to pinch to zoom by center?

Open coddingBoy opened this issue 7 years ago • 0 comments

hello. i have the problem that i could not force on the center when i doing zooming. it forces on the bottom of the elem. this is my code.

defaultProps.forEach((val, i) => { const paris = new ZScroller(this[scroller${i}], { zooming: true, minZoom: 1, onScroll: () => { const values = paris.scroller.getValues() zoom = values.zoom }, }) console.log(paris) })

are there any params i missed? thanks

coddingBoy avatar May 26 '17 07:05 coddingBoy