User:Jaime Prilusky/Test/scenes-interaction
From Proteopedia
< User:Jaime Prilusky(Difference between revisions)
(2 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 50: | Line 70: | ||
</jmol> | </jmol> | ||
- | + | --> | |
</StructureSection> | </StructureSection> | ||
<!-- /1056692/ --> | <!-- /1056692/ --> |
Current revision
|