mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
updated Transition docs
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user