Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

unpublished interface XTransitionFilter
Base Interfaces
XTransitionFilterXAnimateXAnimationNode
      ┗ ::com::sun::star::container::XChild

XAnimate
(referenced interface's summary:)
Interface for generic animation.
Usage Restrictions
not published
Description
Base members XAnimate::Values, XAnimate::From, XAnimate::To and XAnimate::By can be used with double values that set the transition progress the specific amount of time.
See also
http://www.w3.org/TR/smil20/smil-transitions.html#edef-transitionFilter

Attributes' Summary
Transition This is the type or family of transition.
This attribute is required and must be one of the transition families listed in TransitionType.  
Subtype This is the subtype of the transition.
This must be one of the transition subtypes appropriate for the specified Type as listed in TransitionSubType. TransitionSubType::DEFAULT is the default.  
Mode Indicates whether the transitionFilter's parent element will transition in or out. Legal values are true indicating that the parent media will become more visible as the transition progress increases and false indicating that the parent media will become less visible as the transition progress increases. The default value is true.  
Direction This specifies the direction the transition will run.
The legal values are true for forward and false for reverse. The default value is true. Note that this does not impact the media being transitioned to, but only affects the geometry of the transition. Transitions which do not have a reverse interpretation should ignore the direction attribute and assume the default value of true.  
FadeColor If the value of the Type attribute is TransitionType::FADE and the value of the Subtype attribute is TransitionSubType::FADETOCOLOR or TransitionSubType::FADEFROMCOLOR, then this attribute specifies the starting or ending color of the fade. The default value is 0 (black).  
Attributes' Details
Transition
short Transition;
Description
This is the type or family of transition.
This attribute is required and must be one of the transition families listed in TransitionType.
Subtype
short Subtype;
Description
This is the subtype of the transition.
This must be one of the transition subtypes appropriate for the specified Type as listed in TransitionSubType. TransitionSubType::DEFAULT is the default.
Mode
boolean Mode;
Description
Indicates whether the transitionFilter's parent element will transition in or out. Legal values are true indicating that the parent media will become more visible as the transition progress increases and false indicating that the parent media will become less visible as the transition progress increases. The default value is true.
Direction
boolean Direction;
Description
This specifies the direction the transition will run.
The legal values are true for forward and false for reverse. The default value is true. Note that this does not impact the media being transitioned to, but only affects the geometry of the transition. Transitions which do not have a reverse interpretation should ignore the direction attribute and assume the default value of true.
FadeColor
long FadeColor;
Description
If the value of the Type attribute is TransitionType::FADE and the value of the Subtype attribute is TransitionSubType::FADETOCOLOR or TransitionSubType::FADEFROMCOLOR, then this attribute specifies the starting or ending color of the fade. The default value is 0 (black).
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.