I'm currently using animate() to transition loads of CSS properties for any number of elements. What I'd like to be able to do is to animate to a partial state, using perhaps iOS touch events or a slider control... Thus, I would pass in a new list of properties, then animate back and forth along the animation timeline, before finally releasing and letting the animation complete.