Alloy - Drawing Demo
drawing.circle(320, 240, 60).animate({fill: '#900', stroke: '#333', 'stroke-width': 150, 'stroke-opacity': 0.3}, 2000);
Run