Template:Button Toggle AnimationOnPause: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Wayne Decatur (talk | contribs)
m New page: <jmol> <jmolButton> <script>if (_animating); anim pause;set echo bottom left; color echo white; font echo 20 sansserif;echo Animation Paused; else; anim resume; set echo off;endif;</script...
 
Wayne Decatur (talk | contribs)
mNo edit summary
Line 1: Line 1:
<jmol>
<jmol>
<jmolButton>
<jmolButton>
<script>if (_animating); anim pause;set echo bottom left; color echo white; font echo 20 sansserif;echo Animation Paused; else; anim resume; set echo off;endif;</script>
<script>if (_animating); anim pause;set echo bottom left; color echo red; font echo 20 sansserif;echo Animation Paused; else; anim resume; set echo off;endif;</script>
<text>Animation Pause/On</text>
<text>Animation Pause/On</text>
</jmolButton>
</jmolButton>