| Import line: | Clutter = imports.gi.Clutter; |
| GIR File: | Clutter-1.0.gir |
| C documentation: | ClutterInterpolation |
| Enum : | Interpolation |
| Properties | |
|---|---|
|
guint32 Clutter.Interpolation.CUBIC : 1
|
|
|
guint32 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. |