LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
AnimationCalcMode.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::animations
 interfaces for SMIL animations.
 

Constant Groups

constants  com::sun::star::animations::AnimationCalcMode
 Specifies the interpolation mode for the animation.
 

Variables

const short DISCRETE = 0
 This specifies that the animation function will jump from one value to the next without any interpolation. More...
 
const short LINEAR = 1
 Simple linear interpolation between values is used to calculate the animation function. More...
 
const short PACED = 2
 Defines interpolation to produce an even pace of change across the animation. More...
 
const short SPLINE = 3
 Interpolates from one value in the values list to the next according to a time function defined by a cubic Bezier spline. More...