summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/blogs.css
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gail.com>2015-12-22 01:00:19 -0600
committerRene Ae <aehtyb@gail.com>2015-12-22 01:00:19 -0600
commit24aaba66007c8f3967d1336a1322ef9141f94ee4 (patch)
tree3d844ba55f95505f23daad3edb6044b77e01fdd6 /StoneIsland/www/css/blogs.css
parent0cd5ed392809b343c2f8d85df81f59021129723a (diff)
bugfixes
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
-rwxr-xr-xStoneIsland/www/css/blogs.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index 7af45c4f..8b27dda9 100755
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -129,6 +129,7 @@ animation: mfadein 0.6s;
z-index:2;
position:absolute;
display:block;
+ animation: gallery-fade 4s forwards;
}
.gallery-right {
@@ -150,8 +151,15 @@ animation: mfadein 0.6s;
z-index:2;
position:absolute;
display:block;
+ animation: gallery-fade 4s forwards;
}
+@-webkit-keyframes gallery-fade {
+ 0%{opacity:0}
+ 20%{opacity:1}
+ 78% {opacity:1}
+ 100% {opacity:0}
+}
/* NOTE: not sure if this down arrow is necessary.. the fade
might do..? what do you think? it can be removed
with javascript when the body hits the bottom of