diff -r 442d23455ae4 -r 95276520a11c www/js/mon_fermenter.js --- 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 );