Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.Interpolation

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterInterpolation
Enum : Interpolation
The mode of interpolation between key frames
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Animator
Method
property_get_interpolation (Object object, String property_name) : Clutter.Interpolation
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:49 GMT+0800 (HKT)