From 9a4705fd2c417127257ecef91d2431e0169fc5a0 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 3 Jul 2014 03:08:55 +0200 Subject: easing removed --- how.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'how.js') diff --git a/how.js b/how.js index 7325bb4..15dcded 100644 --- a/how.js +++ b/how.js @@ -140,11 +140,11 @@ var Pair = function(startingPosition, number, movement) { if (position) { that.players[i] = position; var pos = that.movement.tables.getPosition(position, that.size); - that.containers[i].animate(pos, 1000, 'easeInOutBack'); + that.containers[i].animate(pos, 1000); position = position.replace('N', 'S').replace('E', 'W'); } else { - that.containers[i].animate({left: 0, top: 0}, 1000, 'easeInOutBack'); + that.containers[i].animate({left: 0, top: 0}, 1000); } } } -- cgit v1.2.3