Animate only in response to server events
This commit is contained in:
parent
1619616c52
commit
8f5686c906
@ -221,8 +221,6 @@
|
|||||||
if (_onValueChanged) {
|
if (_onValueChanged) {
|
||||||
_onValueChanged(_name, _data.value);
|
_onValueChanged(_name, _data.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
animateIndicator(_valueAnimated, _data.value);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function animateIndicator(valueOld, valueNew) {
|
function animateIndicator(valueOld, valueNew) {
|
||||||
|
Loading…
Reference in New Issue
Block a user