We apologize for Proteopedia being slow to respond. For the past two years, a new implementation of Proteopedia has been being built. Soon, it will replace this 18-year old system. All existing content will be moved to the new system at a date that will be announced here.

User:Wayne Decatur/SecStrFadeIn

From Proteopedia

(Difference between revisions)
Jump to: navigation, search
m
m
Line 79: Line 79:
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 structurel
color cartoon structurel
-
var d = [0.55,0.5,0.4,0.2, 0.1,0.05,0.01]; for(var l IN d) {cartoon (0.56-@l); trace @l; delay 0.4;};
+
var d = [0.55,0.5,0.4,0.2, 0.1,0.05,0.01]; for(var l IN d) { var m= 0.56-@l; cartoon @m; trace @l; delay 0.4;};
trace off; cartoon on;
trace off; cartoon on;
</script>
</script>

Revision as of 04:22, 22 November 2014

Constructing animation

.

Drag the structure with the mouse to rotate


Code in Page Versions To Use as Guides

(basic)

(with fancy cartoons)

Extras

References

Proteopedia Page Contributors and Editors (what is this?)

Wayne Decatur

Personal tools