summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-16 21:24:23 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-16 21:24:23 +0200
commit95098708e9e5ecde0d1fa1d809b5b22c9a67bf98 (patch)
tree58916fefe2f15281e6c2e385532d7857ccaec7aa
parent78575f7df0e7f3d8132e48bc3dec5726ddc2f207 (diff)
Make transition faster.
-rw-r--r--style.css5
1 files 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 {
536 width: 50%; 536 width: 50%;
537 height: 260px; 537 height: 260px;
538 position: relative; 538 position: relative;
539 transition: left 2s; 539 transition: left 1s;
540 top: 0; 540 top: 0;
541 left: 0%; 541 left: 0%;
542} 542}
@@ -556,7 +556,7 @@ select.zeit {
556 position: relative; 556 position: relative;
557 overflow: hidden; 557 overflow: hidden;
558 left: 0; 558 left: 0;
559 transition: max-width 2s, left 2s, width 2s; 559 transition: left 1s;
560} 560}
561 561
562.footer.show-imprint .credits { 562.footer.show-imprint .credits {
@@ -576,7 +576,6 @@ select.zeit {
576 display: inline-block; 576 display: inline-block;
577 float: none; 577 float: none;
578 color: #F1F2E3; 578 color: #F1F2E3;
579 line-height: 1.4em;
580 width: 40px; 579 width: 40px;
581 height: 40px; 580 height: 40px;
582 cursor: pointer; 581 cursor: pointer;