Template:Button Toggle AnimationOnPause: Difference between revisions
From Proteopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
<jmolButton> | <jmolButton> | ||
<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> | <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> | <text>Pause/Continue Animation</text> | ||
</jmolButton> | </jmolButton> | ||
</jmol> | </jmol> | ||