From: Andrew Dolgov Date: Mon, 19 May 2008 10:05:43 +0000 (+0100) Subject: progressbar tweaks X-Git-Tag: 1.2.23-final~50 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=673c9946741ab7fcc9bcee02c25c26d295e93693;p=tt-rss.git progressbar tweaks --- diff --git a/functions.js b/functions.js index 6fe44923..1e13d8e0 100644 --- a/functions.js +++ b/functions.js @@ -1680,11 +1680,13 @@ function loading_set_progress(p) { var o = document.getElementById("l_progress_i"); +// o.style.width = (p * 2) + "px"; + new Effect.Scale(o, p, { scaleY : false, scaleFrom : last_progress_point, scaleMode: { originalWidth : 200 }, - queue: { position: 'end', scope: 'LSP-Q', limit: 1 } }); + queue: { position: 'end', scope: 'LSP-Q', limit: 3 } }); last_progress_point = p;