fixed flickering issue with dd on mobile. removed static framerate logic for dd

This commit is contained in:
Eric Rowell
2013-01-06 23:31:14 -08:00
parent a7466a0b87
commit ae103710d3
3 changed files with 12 additions and 6 deletions

View File

@@ -774,7 +774,7 @@ Test.Modules.MANUAL = {
layer.add(redCircle);
stage.add(layer);
},
'DRAG AND DROP - drag and drop elastic star with shadow': function(containerId) {
'*DRAG AND DROP - drag and drop elastic star with shadow': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,
@@ -807,7 +807,7 @@ Test.Modules.MANUAL = {
layer.draw();
var trans = null;
/*
star.on('dragstart', function() {
if(trans) {
trans.stop();
@@ -843,6 +843,7 @@ Test.Modules.MANUAL = {
}
})
});
*/
showHit(layer);
},