var svg = Snap("#svg"), index = 100; var c = svg.paper.circle(50, 50, 40). mousemove (function() { index++; if (index > 999) index = 100; this.attr({ fill: ...
確定! 回上一頁