This I've figured. What I can't figure out is how to read the current step when Fx doesn't provide a callback to do so (?).
On Mar 28, 2012, at 8:08 PM, Aaron Newton wrote: > This method allows you to extend the class and use it to animate other > things. For example, you could use it to animate a color, a pixel value, or > anything else numerical. If you want to know what the current step is refer > to this.now. > > On Wed, Mar 28, 2012 at 11:01 AM, <[email protected]> wrote: > The documentation states "Fx Method: set: The set method is fired on every > step of a transition...". > > Is this really the case? What would be the real-life example? > > What I need is to fetch and print the current animation step, on every step. > > Ideas? > > Oskar >
