From 95098708e9e5ecde0d1fa1d809b5b22c9a67bf98 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 16 Aug 2016 21:24:23 +0200 Subject: Make transition faster. --- style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 8570410..4019c40 100644 --- a/style.css +++ b/style.css @@ -536,7 +536,7 @@ select.zeit { width: 50%; height: 260px; position: relative; - transition: left 2s; + transition: left 1s; top: 0; left: 0%; } @@ -556,7 +556,7 @@ select.zeit { position: relative; overflow: hidden; left: 0; - transition: max-width 2s, left 2s, width 2s; + transition: left 1s; } .footer.show-imprint .credits { @@ -576,7 +576,6 @@ select.zeit { display: inline-block; float: none; color: #F1F2E3; - line-height: 1.4em; width: 40px; height: 40px; cursor: pointer; -- cgit v1.2.3