After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 694319 - Add progress-based marker API to ClutterTimeline
Add progress-based marker API to ClutterTimeline
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-20 23:06 UTC by Emmanuele Bassi (:ebassi)
Modified: 2013-02-20 23:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
timeline: Add progress-based marker API (13.64 KB, patch)
2013-02-20 23:06 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2013-02-20 23:06:26 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.
Comment 1 Emmanuele Bassi (:ebassi) 2013-02-20 23:06:29 UTC
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.
Comment 2 Emmanuele Bassi (:ebassi) 2013-02-20 23:34:07 UTC
Attachment 236992 [details] pushed as 65a024a - timeline: Add progress-based marker API