KeyframeTransition
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_keyframe_transition_get_type ()" ) ]
[
Version ( since =
"1.12" ) ]
public class KeyframeTransition :
PropertyTransition,
Scriptable
The `ClutterKeyframeTransition` structure contains only private data and should be accessed using the provided API.
Content:
Creation methods:
Methods:
- public void clear ()
Removes all key frames from this.
- public void get_key_frame (uint index_, out double key, out AnimationMode mode, out Value value)
Retrieves the details of the key frame at index_
inside
this.
- public uint get_n_key_frames ()
Retrieves the number of key frames inside
this.
- public void set_key_frame (uint index_, double key, AnimationMode mode, Value value)
Sets the details of the key frame at index_
inside
this.
- public void set_key_frames (double[] key_frames)
Sets the keys for each key frame inside
this.
- public void set_modes (AnimationMode[] modes)
Sets the easing modes for each key frame inside
this.
- public void set_values (Value[] values)
Sets the values for each key frame inside
this.
Inherited Members:
All known members inherited from class Clutter.PropertyTransition
All known members inherited from class Clutter.Transition
All known members inherited from class Clutter.Timeline
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Clutter.Scriptable