2010-08-02 80 views

回答

0

添加jquery.color插件,然後添加到您的代碼:

jQuery.Color.hook("fill stroke"); 

那麼動畫功能是你所期望的

$('g').animate({ 
     'fill': '#07F', 
    }, { 
     duration: 1150, 
     queue: false, 
     complete: function() {} 
    })