]> Pileus Git - ~andy/gtk/commit
GtkTimeline: Wrap around the progress correctly when looping
authorOwen W. Taylor <otaylor@fishsoup.net>
Fri, 28 Sep 2012 16:38:14 +0000 (12:38 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:49 +0000 (17:19 -0500)
commit672100b82263d47e5b4a91143202bb67fcc2407f
tree6ca650b86b0a9f0952027feef4cb81729fe9b126
parent215d029c839bbbf162c9461387fa4bc4c3b1afb8
GtkTimeline: Wrap around the progress correctly when looping

When we have a looping animation for something like an angle,
we need to make sure that the distance we go past 1.0 becomes
the starting distance for the next frame. This prevents a
stutter at the loop position.

https://bugzilla.gnome.org/show_bug.cgi?id=685460
gtk/gtktimeline.c