From 22de101e406c49697fee54a778f94d3535750342 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 24 Apr 2014 19:52:47 +0200 Subject: Progressbar demo: Speed up the progress a bit to make them less annoying --- demos/progressbar/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/progressbar/download.html') diff --git a/demos/progressbar/download.html b/demos/progressbar/download.html index bb42ca91e..c35d47333 100644 --- a/demos/progressbar/download.html +++ b/demos/progressbar/download.html @@ -69,7 +69,7 @@ progressbar.progressbar( "value", val + Math.floor( Math.random() * 3 ) ); if ( val <= 99 ) { - progressTimer = setTimeout( progress, 100 ); + progressTimer = setTimeout( progress, 50 ); } } -- cgit v1.2.3