User:Jaime Prilusky/Test/scenes-interaction
From Proteopedia
< User:Jaime Prilusky(Difference between revisions)
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. |
Current revision
|