Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
jQuery

Custom Animations in jQuery

Animate numeric CSS properties with .animate().

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);

Leave a reply

Your email address will not be published. Required fields are marked *