summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/assets/www/css/blogs.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-01-20 01:33:37 +0100
committerJules Laplace <jules@okfoc.us>2016-01-20 01:33:37 +0100
commit39780c6c2d5474e2af12661935f986265c0feb0d (patch)
tree12998b2bd8a34a9ff83467ac76f755b072179d21 /StoneIsland/platforms/android/assets/www/css/blogs.css
parentfcdef34b27e8f8e674361cbae17e627b9135d9c7 (diff)
parent75aacfbbf0aaea5f09809428bdebe6842d36f082 (diff)
home screen degrees in N S E W..
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/css/blogs.css')
-rwxr-xr-xStoneIsland/platforms/android/assets/www/css/blogs.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/StoneIsland/platforms/android/assets/www/css/blogs.css b/StoneIsland/platforms/android/assets/www/css/blogs.css
index 7af45c4f..8b27dda9 100755
--- a/StoneIsland/platforms/android/assets/www/css/blogs.css
+++ b/StoneIsland/platforms/android/assets/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