:: com :: sun :: star :: animations ::
|
unpublished |
interface XAnimateMotion |
|
|
- Base Interfaces
XAnimateMotion
┗ XAnimate
┗ XAnimationNode
┗ ::com::sun::star::container::XChild
XAnimate |
- (referenced interface's summary:)
- Interface for generic animation.
|
|
- Description
- Interface for animation by defining motion on a path.
- See also
- http://www.w3.org/TR/smil20/animation.html#edef-animateMotion
|
Attributes' Summary |
Path |
Specifies an optional path.
If a path is used, the From , To and
By members are ignored.
The value type of the path depends on the used rendering system.
Possible types maybe a svg:d path encoded in a string.
|
Origin |
Specifies the origin of motion for the animation. The values and semantics
of this attribute are dependent upon the used animation engine.
|
Attributes' Details |
Path
any Path;
- Description
- Specifies an optional path.
If a path is used, the From , To and
By members are ignored.
The value type of the path depends on the used rendering system.
Possible types maybe a svg:d path encoded in a string.
|
|
Origin
any Origin;
- Description
- Specifies the origin of motion for the animation. The values and semantics
of this attribute are dependent upon the used animation engine.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.