Template:Button Toggle Animation2: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Eric Martz (talk | contribs)
No edit summary
Wayne Decatur (talk | contribs)
m chnaged echo text color to red so visible on both white and black backgrounds
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>Toggle Animation</text>
<text>Toggle Animation</text>
</jmolButton>
</jmolButton>