Clutter.AnimatableIface

Fields

Name

Type

Access

Description

animate_property

object

r

virtual function for custom interpolation of a property. This virtual function is deprecated

find_property

object

r

virtual function for retrieving the GObject.ParamSpec of an animatable property

get_initial_state

object

r

virtual function for retrieving the initial state of an animatable property

interpolate_value

object

r

virtual function for interpolating the progress of a property

parent_iface

GObject.TypeInterface

r

set_final_state

object

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 a Clutter.Animation.

New in version 1.0.