Dash Cytoscape: How to control the scroll wheel-sensitivity to zoom-in/out

I noticed cytoscape.js and react-cytoscapejs have been recently updated to support the wheel-sensitivity property to control the scroll to zoom in/out on graphs. I wonder if there is a way to have that in dash-cytoscape?

Thank you in advance for any suggestions!

3 Likes

Not an option at the meantime.
an existing solution:
make a slider that controls the zoom and lock user zoom
in cyto component:
zoomingEnabled=True,
userZoomingEnabled=False,