From 6890f2ca1920283af4e8249d01c45ee583f694b3 Mon Sep 17 00:00:00 2001 From: quad Date: Wed, 23 Dec 2015 16:49:18 +0100 Subject: [PATCH] Longer animations --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 31a7b06..de8fd9f 100644 --- a/static/style.css +++ b/static/style.css @@ -33,7 +33,7 @@ body { font-weight: 300; margin-bottom: 20px; text-align: center; - animation: rise 1s ease-out; + animation: rise 2s ease-out; } .links { @@ -48,7 +48,7 @@ body { display: inline-block; padding: 5px; width: 25%; - animation: rise 2s ease-out; + animation: rise 4s ease-out; } .links li a { @@ -63,7 +63,7 @@ body { .uploadForm { width: 100%; text-align: center; - animation: rise 1.5s ease-out; + animation: rise 3s ease-out; } .uploadButton {