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
Have the background map canvas always take 100% width/height, and add control similar to app.iconem.com media viewer (persp/ortho): the slider horizontal position would still control foreground canvas width, and the slider marker vertical position would control the foreground canvas opacity.
Possible way to do it: add to the class="gutter gutter-horizontal" component a vertical slider height:100%, which position controls foreground map transparency in Split mode only. Downside of this implementation is that selecting the handle and moving up/down and left/right at the same time might not be interpreted on both axes (unless eventPropagation activated correctly)
The text was updated successfully, but these errors were encountered:
jo-chemla
changed the title
Slider could control transparency
Slider y pos could control transparency
Mar 22, 2024
Have the background map canvas always take 100% width/height, and add control similar to app.iconem.com media viewer (persp/ortho): the slider horizontal position would still control foreground canvas width, and the slider marker vertical position would control the foreground canvas opacity.
Possible way to do it: add to the
class="gutter gutter-horizontal"
component a vertical slider height:100%, which position controls foreground map transparency inSplit
mode only. Downside of this implementation is that selecting the handle and moving up/down and left/right at the same time might not be interpreted on both axes (unless eventPropagation activated correctly)The text was updated successfully, but these errors were encountered: