:: com :: sun :: star :: animations ::

interface XAnimateTransform
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::container::XChild
       |  
       +--XAnimationNode
            |  
            +--XAnimate
                 |  
                 +--XAnimateTransform
XAnimate
(referenced interface's summary:)
Interface for generic animation.
Usage Restrictions
not published
Description
animates a transformation attribute on a target element, thereby allowing animations to control translation, scaling, rotation and/or skewing. The member XAnimate::Attributes contains a short from AnimationTransformType . Depending on the value in XAnimate::Attributes , the members XAnimate::From , XAnimate::To , XAnimate::By or XAnimate::Values contain the following
  • AnimationTransformType::TRANSLATE
    ValuePair of tx and ty
  • AnimationTransformType::SCALE
    ValuePair of sx and sy
  • AnimationTransformType::ROTATE
    Values for a rotation angle
  • AnimationTransformType::SKEWX
    Values for a skew-angle
  • AnimationTransformType::SKEWY
    Values for a skew-angle
See also
http://www.w3.org/TR/SVG/animate.html#AnimateTransformElement

Attributes' Summary
TransformType  
Attributes' Details
TransformType
short TransformType;
Description
See also
unknown ?
AnimationTransformType
Top of Page