The subject of animation has been broached multiple times in this book so far, but only the very basic bits. You’ve done some fading and sliding, but nothing more—until now. jQuery has a fully-featured animation library, but it comes with its quirks: sometimes things don’t entirely happen as you might expect. This chapter will cover those “gotchas” and a lot more, including:
jQuery’s animate() method, which allows you to animate a large number of properties.
More jQuery convenience ...