From fa544f17f571db2d3fa0c8463a5ba5a6478d3e95 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 23 Dec 2015 22:18:54 +0100 Subject: [PATCH] This looks a little bit better --- static/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index de8fd9f..0f57f7b 100644 --- a/static/style.css +++ b/static/style.css @@ -18,6 +18,11 @@ body { to {margin-top: 0;opacity1;} } +@keyframes appear { + from {opacity:0;} + to {opacity1;} +} + .page { width: 100%; max-width: 920px; @@ -33,7 +38,7 @@ body { font-weight: 300; margin-bottom: 20px; text-align: center; - animation: rise 2s ease-out; + animation: appear 0.75s ease-out; } .links { @@ -48,7 +53,7 @@ body { display: inline-block; padding: 5px; width: 25%; - animation: rise 4s ease-out; + animation: rise 1s ease-out; } .links li a { @@ -63,7 +68,7 @@ body { .uploadForm { width: 100%; text-align: center; - animation: rise 3s ease-out; + animation: appear 0.75s ease-out; } .uploadButton {