User:Frieda Reichsman/Sandbox 1
From Proteopedia
(Difference between revisions)
Line 8: | Line 8: | ||
<jmol> | <jmol> | ||
<jmolButton> | <jmolButton> | ||
- | <script> var a = [10,20,30,40,50,60,70,80,90,100]; for(var i IN a) {select backbone | + | <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;} |
</script> | </script> | ||
- | <text> | + | <text>Fade in backbone atoms</text> |
</jmolButton> | </jmolButton> | ||
</jmol> | </jmol> | ||
+ | |||
+ | <jmol> | ||
+ | <jmolButton> | ||
+ | <script> var a = [10,20,30,40,50,60,70,80,90,100]; for(var i IN a) {select sidechain; spacefill @i%; delay 0.1;} | ||
+ | </script> | ||
+ | <text>Spacefill fade in sidechain atoms</text> | ||
+ | </jmolButton> | ||
+ | </jmol> | ||
+ | |||
===Surface fade code-in-page versions=== | ===Surface fade code-in-page versions=== |
Revision as of 20:20, 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)
|