test

test

ddddd

test

function showMoveAnimation(fromx, fromy, tox, toy){
    var numberCell = $('#number-cell-' +fromx+ '-' +fromy);
    numberCell.animate({
        top:getPosTop(tox,toy),
        left:getPosLeft(tox,toy)
    },200);
}

aaaa
aaaaa

  • uuuuuuuuuuuuuuuuuuuuuu
  • uuuuuuuuuuuuuuuuuuu
function showMoveAnimation(fromx, fromy, tox, toy){
var numberCell = $('#number-cell-' +fromx+ '-' +fromy);
numberCell.animate({
    top:getPosTop(tox,toy),
    left:getPosLeft(tox,toy)
},200);
}

你可能感兴趣的:(test)