GNOME Bugzilla – Bug 740997
Easing modes are not used when computing the value of a KeyframeTransition
Last modified: 2014-12-11 23:16:04 UTC
An easing mode can be set on a frame of a KeyframeTransition. However, the progress value of the current frame is computed using using a linear function. The proposed patch adds a call to clutter_easing_for_mode() to compute the actual progress value. Note that parametrized easing modes (bezier and 'step') are not taken into account.
Created attachment 291945 [details] [review] Patch to compute progress value using the frame easing mode
thanks, pushed to clutter-1.22, will backport to clutter-1.20 in a bit.