LibreOffice
LibreOffice 24.2 SDK API Reference
|
This structure contains attributes needed to run an animation. More...
import"AnimationAttributes.idl";
Public Attributes | |
double | Duration |
Preferred duration of the animation sequence in seconds. More... | |
byte | RepeatMode |
Repeat mode of the animation sequence. More... | |
::com::sun::star::geometry::RealSize2D | UntransformedSize |
Size of the untransformed animation sequence. More... | |
This structure contains attributes needed to run an animation.
double Duration |
Preferred duration of the animation sequence in seconds.
byte RepeatMode |
Repeat mode of the animation sequence.
This value determines how the [0,1] parameter space of the animation should be swept through. Permissible values are given in AnimationRepeat.
::com::sun::star::geometry::RealSize2D UntransformedSize |
Size of the untransformed animation sequence.
This value specifies the size of the animation when rendered with the identity view transform. This permits e.g. XSprite implementations to cache rendered animation content in finite-sized bitmaps.