www/js/mon_fermenter.js

changeset 385
95276520a11c
parent 346
01b393df529a
child 390
1c52a6875960
--- a/www/js/mon_fermenter.js	Thu May 30 23:00:20 2019 +0200
+++ b/www/js/mon_fermenter.js	Thu May 30 23:11:59 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