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 53: Line 53:
var b = [0.01,0.05,0.1,0.2,0.3,0.4,0.45,0.5, 0.55]; for(var j IN b) {trace @j; delay 0.4;};
var b = [0.01,0.05,0.1,0.2,0.3,0.4,0.45,0.5, 0.55]; for(var j IN b) {trace @j; delay 0.4;};
echo "And fade out the spheres and stick backbone.. ";
echo "And fade out the spheres and stick backbone.. ";
var c = [0.8,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; backbone offl
</script>
</script>
   <text>Added 3rd part</text>
   <text>Added 3rd part of progression from all atoms to cartoon</text>
  </jmolLink>
  </jmolLink>
</jmol>
</jmol>

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