Custom Animations in jQuery — a practical guide to jQuery animate with clear examples you can reuse in real projects.
jQuery Tutorial Series (34/101). Prefer one article? Read the complete jQuery tutorial.
Short description
Cannot animate colors without plugins; use CSS or a color plugin.
animate
$('#box').animate({ width: '300px', opacity: 0.8 }, 400);