GNOME Bugzilla – Bug 694319
Add progress-based marker API to ClutterTimeline
Last modified: 2013-02-20 23:34:10 UTC
Since we're using values in normalized space, the only glaring omission is being able to set a marker at a specific progress value, instead of using a time in milliseconds. This should make it easier to do things like having a marker midway through an animation, without necessarily know when the mid point actually is.
Created attachment 236992 [details] [review] timeline: Add progress-based marker API Being able to set a marker at a normalized point on a timeline, instead of using a specific time, is a nice fit with the current Timeline class API.
Attachment 236992 [details] pushed as 65a024a - timeline: Add progress-based marker API