阅读背景:

CSS Transition相当于jQuery fadeIn(),fadeOut(),fadeTo()

来源:互联网 

I have this

我有这个

$('#button1').click(function(){

    $('#header_bg').fadeTo(15, 0, function()
    {
        document.getElementById('header_bg').style.fill = '#FF0000';
    }).fadeTo('slow', 1);

    $('#header_text1').fadeOut(250);

    $('#header_text2').fadeIn(250);

});
$('#button1').click(functi



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: