User:Wayne Decatur/SecStrFadeIn
From Proteopedia
< User:Wayne Decatur(Difference between revisions)
m |
m (add see also section) |
||
(5 intermediate revisions not shown.) | |||
Line 2: | Line 2: | ||
==Constructing animation== | ==Constructing animation== | ||
<Structure load='Insert PDB code or filename here' size='350' frame='true' align='right' caption='.' scene='60/607777/Surf_test/1' pspeed='8' /> | <Structure load='Insert PDB code or filename here' size='350' frame='true' align='right' caption='.' scene='60/607777/Surf_test/1' pspeed='8' /> | ||
- | |||
<scene name='60/609822/1dtg_ball_stick_label/1'>1dtg ball and stick - STARTING SCENE</scene> | <scene name='60/609822/1dtg_ball_stick_label/1'>1dtg ball and stick - STARTING SCENE</scene> | ||
Line 70: | Line 69: | ||
delay 4.0; | delay 4.0; | ||
echo "The repeating patterns of the secondary structure|elements are starting to be noticeable."; | echo "The repeating patterns of the secondary structure|elements are starting to be noticeable."; | ||
- | delay | + | delay 3.0; |
select protein; | select protein; | ||
echo "To help with observing the patterns,|a tube tracing the backbone is revealed. "; | echo "To help with observing the patterns,|a tube tracing the backbone is revealed. "; | ||
Line 80: | Line 79: | ||
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) { var n = 0.56 - m;cartoon @n; color cartoon translucent @n; 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; color cartoon translucent @n; trace @m; delay 0.4;}; | ||
- | trace off delay 0. | + | trace off; delay 0.15; color cartoon translucent 0; cartoon on; |
</script> | </script> | ||
<text>Added 4th part of progression from all atoms to cartoon</text> | <text>Added 4th part of progression from all atoms to cartoon</text> | ||
Line 114: | Line 113: | ||
== Extras == | == Extras == | ||
{{Link Toggle FancyCartoonHighQualityView}} | {{Link Toggle FancyCartoonHighQualityView}} | ||
+ | |||
== References == | == References == | ||
<references/> | <references/> | ||
+ | |||
+ | ==See Also== | ||
+ | |||
+ | * [[Proteopedia:Cookbook]] | ||
+ | * [[Jmol/Interactivity]] |
Current revision
Constructing animation
|
Code in Page Versions To Use as Guides
(basic)
(with fancy cartoons)
Extras
References