mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:25:57 +00:00
progressbar tweaks
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user