User:Eric Martz/Sandbox 6: Difference between revisions
Jump to navigation
Jump to search
Eric Martz (talk | contribs) x |
Eric Martz (talk | contribs) x |
||
Line 4: | Line 4: | ||
<jmol> | <jmol> | ||
<jmolButton> | <jmolButton> | ||
<script>if (~animation); if (_animating); anim pause;set echo bottom left; color echo white; font echo 20 sansserif;echo Animation Paused; else; anim loop 0 0;anim fps 2; anim resume; set echo off;endif;endif;</script> | <script>if (~animation); if (_animating); anim pause;set echo bottom left; color echo white; font echo 20 sansserif;echo Animation Paused; else; anim mode loop 0 0;anim fps 2; anim resume; set echo off;endif;endif;</script> | ||
<text>Toggle Animation</text> | <text>Toggle Animation</text> | ||
</jmolButton> | </jmolButton> | ||
</jmol> | </jmol> |