19 #ifndef __com_sun_star_animations_AnimationCalcMode_idl__ 20 #define __com_sun_star_animations_AnimationCalcMode_idl__ 23 module
com { module sun { module star { module animations {
32 constants AnimationCalcMode
const short PACED
Defines interpolation to produce an even pace of change across the animation.
Definition: AnimationCalcMode.idl:50
Definition: Ambiguous.idl:22
const short LINEAR
Simple linear interpolation between values is used to calculate the animation function.
Definition: AnimationCalcMode.idl:42
const short DISCRETE
This specifies that the animation function will jump from one value to the next without any interpola...
Definition: AnimationCalcMode.idl:36
const short SPLINE
Interpolates from one value in the values list to the next according to a time function defined by a ...
Definition: AnimationCalcMode.idl:57