1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 22:21:28 +00:00

remove piggie-border on fade

This commit is contained in:
Andrew Dolgov
2006-02-25 13:47:09 +01:00
parent 33377ef3de
commit e0b6a7378e

View File

@@ -1148,6 +1148,8 @@ function piggie_callback() {
var piggie = document.getElementById("piggie");
piggie.style.top = piggie_top;
piggie.style.backgroundColor = "white";
piggie.style.borderWidth = "1px";
if (piggie_fwd && piggie_top < 0) {
setTimeout("piggie_callback()", 50);
@@ -1170,6 +1172,8 @@ function piggie2_callback() {
var piggie = document.getElementById("piggie");
piggie.style.top = 0;
piggie.style.opacity = piggie_opacity;
piggie.style.backgroundColor = "transparent";
piggie.style.borderWidth = "0px";
if (piggie_fwd && piggie_opacity < 1) {
setTimeout("piggie2_callback()", 50);