21 module
com { module sun { module star { module animations {
30 constants AnimationCalcMode
const short PACED
Defines interpolation to produce an even pace of change across the animation.
Definition: AnimationCalcMode.idl:48
Definition: Ambiguous.idl:20
const short LINEAR
Simple linear interpolation between values is used to calculate the animation function.
Definition: AnimationCalcMode.idl:40
const short DISCRETE
This specifies that the animation function will jump from one value to the next without any interpola...
Definition: AnimationCalcMode.idl:34
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:55