21 module
com { module sun { module star { module animations {
30constants AnimationCalcMode
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 PACED
Defines interpolation to produce an even pace of change across the animation.
Definition AnimationCalcMode.idl:48
const short LINEAR
Simple linear interpolation between values is used to calculate the animation function.
Definition AnimationCalcMode.idl:40
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
Definition Ambiguous.idl:20