From 8f5686c9065cf93f2d311a345e4f59176b555c64 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 9 Nov 2014 14:07:29 +0900 Subject: [PATCH] Animate only in response to server events --- client/scripts/grapher.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/scripts/grapher.js b/client/scripts/grapher.js index 0205a7f..346e55a 100644 --- a/client/scripts/grapher.js +++ b/client/scripts/grapher.js @@ -221,8 +221,6 @@ if (_onValueChanged) { _onValueChanged(_name, _data.value); } - - animateIndicator(_valueAnimated, _data.value); } function animateIndicator(valueOld, valueNew) {