Cascade
|
![]() |
· | -->-->: forwards
|
· | <--<--: backwards
|
· | --><--: from two sides to center
|
· | <---->: from center to two sides
|
· | Interleaved: follows the specified direction but alternates between the direction specified and the opposite direction so the animations are interleaved
|
· | Add: the component is not visible until it is animated
|
· | Freeze: all components are visible at the start of the Effect but do not animate until it is their turn in the cascade order
|
· | Continuous: all components are visible and animated in specified phases at the start of the Effect
|
· | Remove: the component is removed when the component animation ends
|
· | Freeze: the component is left as it is when the component animation ends
|
· | Continuous: the component animation is continued until the effect ends
|
· | Visible only: animates the visible components only. For text, this means that spaces and line breaks do not take part in the cascade sequence
|
· | All chars: animates all components including space and line breaks characters
|
· | By X position: animates the components in the order of their X position. All components with the same X position are animated at the same time
|
· | By Y position: animates the components in the order of their Y position. All components with the same Y position are animated at the same time
|
· | Delay: specifies the number of Frames between the first Frames of two adjacent component animations
|
· | Overlap: specifies the number of Frames that adjacent component animations Overlap. For example, if the Overlap was set to 3 frames, the second component animation would begin 3 Frames before the first component animation finishes
|
· | Duration: specifies the duration of a component animation
|