Template:Button NextFrame: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Angel Herraez (talk | contribs)
button with right-triangle to next frame
 
Angel Herraez (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
<script>if (_animating); anim pause; set echo off; endif;
<script>if (_animating); anim pause; set echo off; endif;
frame next;
frame next;
set echo frNr 100% 100%;
set echo frNr right;
font echo 16 sans;
t_frNr = "" + _currentModelNumberInFile + " / " + _lastFrame.replace("1.","");
echo @t_frNr;
</script>
</script>
<text>&#x25BA;</text>
<text>&#x25BA;</text>

Latest revision as of 15:34, 21 January 2022

<jmol> <jmolButton> <script>if (_animating); anim pause; set echo off; endif; frame next; set echo frNr 100% 100%; set echo frNr right; font echo 16 sans; t_frNr = "" + _currentModelNumberInFile + " / " + _lastFrame.replace("1.",""); echo @t_frNr; </script> <text>►</text> </jmolButton>


Proteopedia Page Contributors and Editors (what is this?)

Angel Herraez