:: com :: sun :: star :: animations ::
|
unpublished |
constants group AnimationNodeType |
|
|
- Usage Restrictions
- not published
- Description
- This constants defines a type for an animation node.
It can be used to quickly identify semantic blocks inside an animation hierarchy.
- See also
- AnimationNode
|
Constants |
CUSTOM |
Defines a custom time node. |
PAR |
Defines a parallel time container. |
SEQ |
Defines a sequence time container. |
ITERATE |
Defines an iterate time container. |
ANIMATE |
Defines a generic attribute animation. |
SET |
Defines a simple mean of just setting the value of
an attribute for a specified duration. |
ANIMATEMOTION |
Defines a move animation along a path. |
ANIMATECOLOR |
Defines an animation of a color attribute. |
ANIMATETRANSFORM |
Defines an animation of a transformation attribute. |
TRANSITIONFILTER |
Defines an animation of a filter behavior. |
AUDIO |
Defines an audio effect. |
COMMAND |
Defines a command effect. |
Constants' Details |
CUSTOM
const short CUSTOM = 0;
- Description
- Defines a custom time node.
|
|
PAR
const short PAR = 1;
- Description
- Defines a parallel time container.
|
|
SEQ
const short SEQ = 2;
- Description
- Defines a sequence time container.
|
|
ITERATE
const short ITERATE = 3;
- Description
- Defines an iterate time container.
|
|
ANIMATE
const short ANIMATE = 4;
- Description
- Defines a generic attribute animation.
|
|
SET
const short SET = 5;
- Description
- Defines a simple mean of just setting the value of
an attribute for a specified duration.
|
|
ANIMATEMOTION
const short ANIMATEMOTION = 6;
- Description
- Defines a move animation along a path.
|
|
ANIMATECOLOR
const short ANIMATECOLOR = 7;
- Description
- Defines an animation of a color attribute.
|
|
ANIMATETRANSFORM
const short ANIMATETRANSFORM = 8;
- Description
- Defines an animation of a transformation attribute.
|
|
TRANSITIONFILTER
const short TRANSITIONFILTER = 9;
- Description
- Defines an animation of a filter behavior.
|
|
AUDIO
const short AUDIO = 10;
- Description
- Defines an audio effect.
|
|
COMMAND
const short COMMAND = 11;
- Description
- Defines a command effect.
|
|
Top of Page
Copyright © 2000, 2013 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.