all repos — site @ a9c5aa639b45ec30596a8dd03ec1026d7538f39b

source for my site, found at icyphox.sh

refactor(css): longer fade-in
Anirudh icyph0x@pm.me
Sat, 18 Aug 2018 12:04:31 +0530
commit

a9c5aa639b45ec30596a8dd03ec1026d7538f39b

parent

8094dd31cd25f5697d2e82086a9ad186503cf672

2 files changed, 12 insertions(+), 12 deletions(-)

jump to
M build/static/style.cssbuild/static/style.css

@@ -40,11 +40,11 @@ right: 0;

color: white; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - -webkit-animation: fadein 2s; - -moz-animation: fadein 2s; - -ms-animation: fadein 2s; - -o-animation: fadein 2s; - animation: fadein 2s; + -webkit-animation: fadein 3s; + -moz-animation: fadein 3s; + -ms-animation: fadein 3s; + -o-animation: fadein 3s; + animation: fadein 3s; } @keyframes fadein {

@@ -119,4 +119,4 @@ display: block;

} .right a:last-child { margin-right: 0; - }+ }
M static/style.cssstatic/style.css

@@ -40,11 +40,11 @@ right: 0;

color: white; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - -webkit-animation: fadein 2s; - -moz-animation: fadein 2s; - -ms-animation: fadein 2s; - -o-animation: fadein 2s; - animation: fadein 2s; + -webkit-animation: fadein 3s; + -moz-animation: fadein 3s; + -ms-animation: fadein 3s; + -o-animation: fadein 3s; + animation: fadein 3s; } @keyframes fadein {

@@ -119,4 +119,4 @@ display: block;

} .right a:last-child { margin-right: 0; - }+ }