From 47ae64887c2f020617ad0e5652d053a97786a00c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Sun, 10 Feb 2019 15:22:27 +0100
Subject: [PATCH] Adjust duration of animation

---
 .../content-choice-creator.component.scss                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss
index bf5366588..663c242c5 100644
--- a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss
+++ b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss
@@ -10,7 +10,7 @@ mat-row {
   background-color: #ffecb3;
 
   &:last-child {
-    animation: fadeIn 3s;
+    animation: fadeIn 2s;
   }
 }
 
-- 
GitLab