:: com :: sun :: star :: presentation ::
|
unpublished |
constants group EffectNodeType |
|
|
- Usage Restrictions
- not published
- Description
- 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.
- See also
- ::com::sun::star::animations::AnimationNode
|
Constants |
DEFAULT |
This node has no special meaning.
|
ON_CLICK |
This node contains an effect that starts on click.
|
WITH_PREVIOUS |
This node contains an effect that starts with a previous effect.
|
AFTER_PREVIOUS |
This node contains an effect that starts after a previous effect has finished.
|
MAIN_SEQUENCE |
This is the main sequence for effects that is automatically started.
|
TIMING_ROOT |
This is the root sequence.
|
INTERACTIVE_SEQUENCE |
This is a sequence with effects that starts due to user interaction.
|
Constants' Details |
DEFAULT
const short DEFAULT = 0;
- Description
- This node has no special meaning.
|
|
ON_CLICK
const short ON_CLICK = 1;
- Description
- This node contains an effect that starts on click.
|
|
WITH_PREVIOUS
const short WITH_PREVIOUS = 2;
- Description
- This node contains an effect that starts with a previous effect.
|
|
AFTER_PREVIOUS
const short AFTER_PREVIOUS = 3;
- Description
- This node contains an effect that starts after a previous effect has finished.
|
|
MAIN_SEQUENCE
const short MAIN_SEQUENCE = 4;
- Description
- This is the main sequence for effects that is automatically started.
|
|
TIMING_ROOT
const short TIMING_ROOT = 5;
- Description
- This is the root sequence.
|
|
INTERACTIVE_SEQUENCE
const short INTERACTIVE_SEQUENCE = 6;
- Description
- This is a sequence with effects that starts due to user interaction.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.