LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
AnimationAttributes Struct 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...
 

Detailed Description

This structure contains attributes needed to run an animation.

Since
OOo 2.0

Member Data Documentation

◆ Duration

double Duration

Preferred duration of the animation sequence in seconds.

◆ RepeatMode

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.

See also
AnimationRepeat.

◆ 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.


The documentation for this struct was generated from the following file: