Animation Chains with jQuery
Using the animate() function built into the core jQuery library, you can generate complex, multi-step movement or visual effects using any element on your Web page. No Flash or Silverlight is needed, just the CSS and JavaScript capabilities built into your browser. The secret to complex animations is jQuery’s ability to “chain” multiple functions together to apply actions sequentially. Read on to learn how it’s done.
Posted on November 9th, 2008 in the JavaScript category | Permalink | No Comments »
