From 2f842cedd686ebe2b8a795ff60115b9a473e46b5 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Sat, 20 Sep 2008 04:09:27 +0000 Subject: Progressbar duration option fixed --- tests/visual/progressbar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/visual') diff --git a/tests/visual/progressbar.html b/tests/visual/progressbar.html index 9052855e1..89052652a 100644 --- a/tests/visual/progressbar.html +++ b/tests/visual/progressbar.html @@ -171,11 +171,11 @@ $(function() { width: 500, - duration: 5000, + duration: 1000, - interval: 500, + interval: 1000, - increment: 300, + increment: 1, progress: function(ui) { //console.log(ui.pixelRange); -- cgit v1.2.3