Template:Button FadeInSurface: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Wayne Decatur (talk | contribs)
New page: <jmol> <jmolButton> <script> var a = [8,7,6,5,4,3,2,1,0]; for(var i IN a) {isosurface translucent @i; delay 0.4;} </script> <text>Fade back to surface opaque</text> </jmolButton> </j...
 
Wayne Decatur (talk | contribs)
mNo edit summary
 
Line 3: Line 3:
   <script> var a = [8,7,6,5,4,3,2,1,0]; for(var i IN a) {isosurface translucent @i; delay 0.4;}
   <script> var a = [8,7,6,5,4,3,2,1,0]; for(var i IN a) {isosurface translucent @i; delay 0.4;}
</script>
</script>
   <text>Fade back to surface opaque</text>
   <text>Surface Back On</text>
  </jmolButton>
  </jmolButton>
</jmol>
</jmol>