I've had to create some DOM animations in the past where the jQuery animations flickered when moving and resizing two different (but related) DIVs or properties on those divs. Manually adjusting them in the same function solved the problem, so I made this small
abstraction for animations.
There's a
demo page here. It's not the box that's significant, but the way it's animated.
Post a comment.