jquery的顏色漸變外掛: Color animation jQuery-plugin

不淨之心發表於2013-04-09
Color animation jQuery-plugin [url]http://www.bitstorm.org/jquery/color-animation/[/url]

$('#demodiv').animate({color: '#E4D8B8'});
$('#demodiv').animate({backgroundColor: '#400101'});
$('#demodiv').animate({borderBottomColor: '#00346B'});
$('#demodiv').animate({borderColor: '#F2E2CE'});
$('#demodiv').animate({color: 'rgba(42, 47, 76, 0.1)'});

相關文章