You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this library. Works perfectly.
I've been breaking my head how to access controls for a TransformComponent outside the TransformWrapper.
My use case is that I display horizontally stacked images (one at a time). In the navbar, which is not part of the TransformWrapper and stays the same for all images I want to play controls for zoomIn, zoomOut of the currently displayed image.
First of all, thank you for this library. Works perfectly.
I've been breaking my head how to access controls for a
TransformComponent
outside theTransformWrapper
.My use case is that I display horizontally stacked images (one at a time). In the navbar, which is not part of the
TransformWrapper
and stays the same for all images I want to play controls for zoomIn, zoomOut of the currently displayed image.Here's a simply code example:
So ideally, I can target a particular
TransformWrapper
/TransformComponent
withuseControls
oruseTransformContext
.I think this should be possible, but I haven't found a way yet. Perhaps someone knows.
The text was updated successfully, but these errors were encountered: