Clutter.AnimatableIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
animate_property |
r |
virtual function for custom interpolation of a property. This virtual function is deprecated |
|
find_property |
r |
virtual function for retrieving the |
|
get_initial_state |
r |
virtual function for retrieving the initial state of an animatable property |
|
interpolate_value |
r |
virtual function for interpolating the progress of a property |
|
parent_iface |
r |
||
set_final_state |
r |
virtual function for setting the state of an animatable property |
Methods¶
None
Details¶
- class Clutter.AnimatableIface¶
Base interface for
GObject.Object
s that can be animated by a aClutter.Animation
.New in version 1.0.