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 {