User:Frieda Reichsman/Sandbox 1
From Proteopedia
(Difference between revisions)
Line 3: | Line 3: | ||
<script>select protein; cpk;</script> | <script>select protein; cpk;</script> | ||
<text>Spacefill</text> | <text>Spacefill</text> | ||
+ | </jmolButton> | ||
+ | </jmol> | ||
+ | |||
+ | <jmol> | ||
+ | <jmolButton> | ||
+ | <script> var a = [10,20,30,40,50,60,70,80,90,100]; for(var i IN a) {select backbone; spacefill @i%; delay 0.1; select sidechain; spacefill @i%; delay 0.1;} | ||
+ | </script> | ||
+ | <text>Spacefill fade in</text> | ||
</jmolButton> | </jmolButton> | ||
</jmol> | </jmol> |
Revision as of 19:32, 24 July 2020
Surface fade code-in-page versions
While not templates, carry out similar functions as the `Surface Fade` templates and may be useful for further development or as examples of using Jmol coding in Proteopedia pages.
(basic)
(with fancy cartoons)
|