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

Fade Effects in jQuery

Fade elements with fadeIn, fadeOut, fadeToggle, and fadeTo.

Fade Effects in jQuery — a practical guide to jQuery fade effects with clear examples you can reuse in real projects.

jQuery Tutorial Series (31/101). Prefer one article? Read the complete jQuery tutorial.

Short description

fadeTo(speed, opacity) is useful for soft disabled states.

Fade

$('#alert').fadeIn(200);
$('#alert').fadeOut(400);
$('#dim').fadeTo(300, 0.4);

Leave a reply

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