From 4fd71fc295c33b5402eb878697ca494cb610c9a8 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 7 Oct 2015 16:09:22 +0200 Subject: [PATCH] Increase updated highlight to 2s --- _sass/_layout.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 98a1218f..3df7c0d5 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -16,10 +16,10 @@ footer { .updated { border-radius: 5px; - -webkit-animation: fadeIt 1.5s linear; - -moz-animation: fadeIt 1.5s linear; - -o-animation: fadeIt 1.5s linear; - animation: fadeIt 1.5s linear; + -webkit-animation: fadeIt 2s linear; + -moz-animation: fadeIt 2s linear; + -o-animation: fadeIt 2s linear; + animation: fadeIt 2s linear; } @-webkit-keyframes fadeIt {