User:Jaime Prilusky/Test/scenes-interaction
From Proteopedia
< User:Jaime Prilusky(Difference between revisions)
(3 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
<StructureSection load='' size='340' side='right' caption='' scene=''> | <StructureSection load='' size='340' side='right' caption='' scene=''> | ||
+ | '''Animation''' | ||
+ | <pre> | ||
+ | frame RANGE 1.1 1.2; | ||
+ | animation DIRECTION +1; | ||
+ | animation FPS 10; | ||
+ | animation MODE PALINDROME 1.0 1.0; | ||
+ | frame *; | ||
+ | animation ON; | ||
+ | </pre> | ||
+ | '''Superposition''' | ||
+ | <pre> | ||
+ | frame RANGE 1.1 1.2; | ||
+ | animation DIRECTION +1; | ||
+ | animation FPS 10; | ||
+ | animation MODE once 0 0; | ||
+ | frame *; | ||
+ | animation OFF; | ||
+ | </pre> | ||
+ | |||
+ | <!-- | ||
Clearly scenes are not fully independent one another. | Clearly scenes are not fully independent one another. | ||
Line 26: | Line 46: | ||
</jmol> renders as intended. | </jmol> renders as intended. | ||
+ | If you load the page from new and click first <jmol> | ||
+ | <jmolButton> | ||
+ | <script>script /scripts/10/1061608/Fig_07a_3/1.spt; | ||
+ | </script> | ||
+ | <text>Superposition</text> | ||
+ | </jmolButton> | ||
+ | </jmol>, then it renders Ok. | ||
<jmol> | <jmol> | ||
Line 43: | Line 70: | ||
</jmol> | </jmol> | ||
- | + | --> | |
</StructureSection> | </StructureSection> | ||
<!-- /1056692/ --> | <!-- /1056692/ --> |
Current revision
|