| Import line: | Clutter = imports.gi.Clutter; |
| GIR File: | Clutter-1.0.gir |
| C documentation: | ClutterInterpolation |
| Enum : | Interpolation |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Clutter.Interpolation.CUBIC : 1
|
|
|
Number Clutter.Interpolation.LINEAR : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Clutter.Animator
Method |
Get the interpolation used by animator for a property on a particular object.
|
|
Clutter.Animator
Method |
property_set_interpolation
(Object object, String property_name, Interpolation interpolation)
:
none
Set the interpolation method to use, CLUTTER_INTERPOLATION_LINEAR causes the values to linearly change between the values, and CLUTTER_INTERPOLATION_CUBIC causes the values to smoothly change between the values.
|