| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
This constants defines a type for an animation effect node. More...
| Variables | |
| const short | DEFAULT = 0 | 
| This node has no special meaning. | |
| const short | ON_CLICK = 1 | 
| This node contains an effect that starts on click. | |
| const short | WITH_PREVIOUS = 2 | 
| This node contains an effect that starts with a previous effect. | |
| const short | AFTER_PREVIOUS = 3 | 
| This node contains an effect that starts after a previous effect has finished. | |
| const short | MAIN_SEQUENCE = 4 | 
| This is the main sequence for effects that is automatically started. | |
| const short | TIMING_ROOT = 5 | 
| This is the root sequence. | |
| const short | INTERACTIVE_SEQUENCE = 6 | 
| This is a sequence with effects that starts due to user interaction. | |
This constants defines a type for an animation effect node.
 This is stored with the name node-type inside the com::sun::star::animations::XAnimationNode::UserData sequence. 
 This does not manipulate the timing or synchronization. It can be used to quickly identify semantic blocks inside an animation hierarchy.
| const short AFTER_PREVIOUS = 3 | 
This node contains an effect that starts after a previous effect has finished.
| const short DEFAULT = 0 | 
This node has no special meaning.
| const short INTERACTIVE_SEQUENCE = 6 | 
This is a sequence with effects that starts due to user interaction.
| const short MAIN_SEQUENCE = 4 | 
This is the main sequence for effects that is automatically started.
| const short ON_CLICK = 1 | 
This node contains an effect that starts on click.
| const short TIMING_ROOT = 5 | 
This is the root sequence.
| const short WITH_PREVIOUS = 2 | 
This node contains an effect that starts with a previous effect.