GNOME Bugzilla – Bug 676031
keyframe-transition: Create a new interval if necessary
Last modified: 2012-05-15 15:43:32 UTC
When setting up the transition manually by calling clutter_keyframe_transition_set_key_frame (transition, n, keys); clutter_keyframe_transition_set_values (transition, n, values); clutter_keyframe_transition_set_modes (transition, n, modes); the frame doesn't have a valid interval when calling set_keys(), so we need to check its existence and create it if necessary.
Created attachment 214005 [details] [review] keyframe-transition: Create a new interval if necessary
Review of attachment 214005 [details] [review]: looks good
Attachment 214005 [details] pushed as 0ef4cc3 - keyframe-transition: Create a new interval if necessary