jquery的颜色渐变插件: Color animation jQuery-plugin
Color animation jQuery-plugin http://www.bitstorm.org/jquery/color-animation/
jquery的颜色渐变插件: Color animation jQuery-plugin
1 2 3 4 5 6 |
Js代码 $('#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)'}); |
做自己喜欢做的,跟家人同等重要