2012-03-26 74 views

回答

1

假設你的圈子就像創建:

var circle = paper.circle(50, 40, 10);

你可以擴展它可以在兩秒內,如:

circle.animate({ 
    transform: 's2' 
}, 2000, 'easeIn'); 

你也可以只當它是固定的一倍半徑。