updated Transition docs

This commit is contained in:
Eric Rowell
2012-06-03 10:36:50 -07:00
parent e842cdf8ac
commit 8b22fb0690
5 changed files with 46 additions and 49 deletions

View File

@@ -1365,13 +1365,22 @@ Test.prototype.tests = {
radius: 70,
fill: 'red',
stroke: 'black',
strokeWidth: 4
strokeWidth: 4,
//detectionType: 'pixel'
});
circle.draggable(true);
/*
circle.on('dragend', function() {
circle.saveData();
});
*/
layer.add(circle);
stage.add(layer);
//circle.saveData();
},
'DRAG AND DROP - drag and drop stage': function(containerId) {
var stage = new Kinetic.Stage({