2012-04-13 218 views

回答

1

這是他們在冠軍

function fadeInTitle() { 
    if (PO.oldIE || PO.iPhone || PO.android) { 
     return; 
    } 
    var counter = 0; 
    $('.head').each(function() { 
     var mTop = $(this).css('marginTop'); 
     //set height so animations don't knock it out 
     $(this).css({ 
      'marginTop': parseInt(mTop) - 20 
     }); 
     $(this).delay(1000 + (200 * counter)).animate({ 
      opacity: 1, 
      marginTop: mTop 
     }, 1000, 'linear'); 
     counter++; 
    }); 
} 

他們使用拉斐爾線如何淡化