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 77: Line 77:
var c = [0.55,0.5,0.4,0.2, 0.1,0.05,0.01]; for(var k IN c) {spacefill @k; wireframe @k; delay 0.4;};
var c = [0.55,0.5,0.4,0.2, 0.1,0.05,0.01]; for(var k IN c) {spacefill @k; wireframe @k; delay 0.4;};
wireframe off; spacefill off;
wireframe off; spacefill off;
echo "Finally fade in typical representation and coloring of the secondary structure. ";
echo "Finally fade in typical representation and|coloring of the secondary structure. ";
color cartoon structure;
color cartoon structure;
var d = [0.55,0.5,0.4,0.2, 0.1,0.05,0.01]; for(var m IN d) { trace @m; delay 0.4;};
var d = [0.55,0.5,0.4,0.2, 0.1,0.05,0.01]; for(var m IN d) { var n = 0.56 - m; cartoon @n; trace @m; delay 0.4;};
trace off; cartoon on;  
trace off; cartoon on;  
</script>
</script>

Revision as of 04:30, 22 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