GNOME Bugzilla – Bug 618676
add setTimeScale and getTimeScale to Tweener
Last modified: 2014-09-29 17:33:28 UTC
The tweener has a time scale factor that it can use to augment the speed of tweens, but there isn't anything exposed to change this. The attached patch adds some stuff for that.
Created attachment 161095 [details] [review] add Tweener.setTimeScale and Tweener.getTimeScale This lets you effectively slow down (or speed up) all tweens. Pretty useful for debugging.
looks good to me
Got pushed then: commit 214c84edeeae06257c5e57dd85ac55181c5ece29 Author: James Willcox <jwillcox@litl.com> Date: Fri May 14 17:12:34 2010 -0400 add Tweener.setTimeScale and Tweener.getTimeScale This lets you effectively slow down (or speed up) all tweens. Pretty useful for debugging. https://bugzilla.gnome.org/show_bug.cgi?id=618676