jquery的颜色渐变插件: Color animation jQuery-plugin

江飞白
2023-12-01
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)'});
 类似资料: