www/js/mon_fermenter.js

branch
stable
changeset 387
541503502b1b
parent 385
95276520a11c
child 390
1c52a6875960
--- a/www/js/mon_fermenter.js	Sun May 26 20:45:01 2019 +0200
+++ b/www/js/mon_fermenter.js	Thu May 30 23:18:48 2019 +0200
@@ -169,7 +169,7 @@
 		value: 0,
 		colorScheme: 'scheme05',
 		easing: 'easeOutBack',
-		animationDuration: 1200
+		animationDuration: 600
 	};
 	var gaugeSmalloptions = {
 		min: -15, max: 25, width: 190, height: 190,
@@ -183,7 +183,7 @@
 		value: 0,
 		colorScheme: 'scheme05',
 		easing: 'easeOutBack',
-		animationDuration: 1200,
+		animationDuration: 400,
 		caption: { value: 'Chiller', position: 'bottom', offset: [0, 10] }
 	};
 	$("#gaugeContainer_air").jqxGauge( gaugeoptions );

mercurial