We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a8987 commit 320654cCopy full SHA for 320654c
mfr/extensions/jsc3d/templates/viewer.mako
@@ -10,7 +10,9 @@
10
<canvas id="mfrViewer" tabindex="-1"></canvas>
11
<a style="position: absolute; top: 10px; right: 10px; cursor: pointer;"
12
data-toggle="popover" data-trigger="hover" data-placement="left" data-html="true"
13
- data-content="Drag mouse to rotate<br>Drag mouse with ctrl pressed to pan<br>Drag mouse with shift pressed to zoom">
+ data-content="<p><b> Rotate:</b> Click and drag</p>
14
+ <p><b> Pan:</b> Ctrl + click and drag</p>
15
+ <p><b> Zoom in/out:</b> Shift + click and drag up/down, scroll with mouse wheel, or two-finger scroll on trackpad</p>">
16
<img src="${base}/images/question-circle.png">
17
</a>
18
0 commit comments