It's fine that jQuery has all of these great built-in animation
routines, but I have a situation where I want to control the objects
in a way that goes beyond property changes over time.

Is there a way to take advantage of jQuery's timer pooling and easing
code while performing the animation steps myself? I would envision a
callback mechanism that animate() invokes at each step passing in the
context and state that the fx function handles now.

I'm using the 1.1.4 codebase, but I can switch to 1.2 if this feature
is in there. Based on the updated docs, I don't think there is this
capability in there now. Plugins perhaps?

Thanks,
jim

Reply via email to