User:Wayne Decatur/SecStrFadeIn: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Wayne Decatur (talk | contribs)
mNo edit summary
Wayne Decatur (talk | contribs)
mNo edit summary
Line 29: Line 29:
delay 3.0;
delay 3.0;
echo "Next hide all but the backbone atoms|keeping the connections shown...";
echo "Next hide all but the backbone atoms|keeping the connections shown...";
var a = [1,2,3,4,5,6,7,8]; for(var i IN a) {sidechain translucent @i; delay 0.4;}
select protein and sidechain;
 
var a = [1,2,3,4,5,6,7,8]; for(var i IN a) {color  translucent @i; delay 0.4;};
</script>
</script>
   <text>Making 2nd part</text>
   <text>Making 2nd part</text>

Revision as of 04:09, 21 November 2014

Constructing animation

.

Drag the structure with the mouse to rotate


1dtg ball and stick - STARTING SCENE

Code in Page Versions To Use as Guides

(basic)

(with fancy cartoons)

Extras

References

Proteopedia Page Contributors and Editors (what is this?)

Wayne Decatur