From 2e04fe60f42fc7fb7d8450e3deee9ac1595425c2 Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Thu, 22 Dec 2016 09:04:12 +0100 Subject: [PATCH] fix lightbox slow animation --- frontend/resources/styles/main/partials/lightbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/lightbox.scss b/frontend/resources/styles/main/partials/lightbox.scss index 212cf0a80..d10f1487f 100644 --- a/frontend/resources/styles/main/partials/lightbox.scss +++ b/frontend/resources/styles/main/partials/lightbox.scss @@ -30,7 +30,7 @@ padding: $medium $x-big; position: relative; width: 500px; - @include animation(.1s,1s,fadeInDown); + @include animation(.1s,.5s,fadeInDown); .lightbox-label { display: flex;