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)'});
本文介绍了一个jQuery的颜色动画插件,并通过实例展示了如何使用该插件改变元素的颜色、背景颜色及边框颜色等属性。
2789

被折叠的 条评论
为什么被折叠?



