daybrush / infinite-viewer

Infinite Viewer is Document Viewer Component with infinite scrolling.
https://daybrush.com/infinite-viewer/
MIT License
283 stars 30 forks source link

Question: How to use scroll zoom? #38

Closed shulhi closed 1 year ago

shulhi commented 1 year ago

I'm using react-infinite-viewer and having issue with getting zoom to work with scroll. I can manually zoom by changing the zoom prop. However, in the demo I can zoom using mouse scroll + ctrl. I tried setting useWheelScroll to true but that doesn't work.

Is there an example to use scroll zoom with react?

shulhi commented 1 year ago

Never mind, I figured it out. I need to also set useAutoZoom. Thank you for the great package.