From c6a1d5be32ea77d87e88f8bc3f90e82b69ce1c83 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Nov 2020 21:29:54 +0100 Subject: animate open --- .../views/viewer/checklist/credits.components.js | 36 ++++++++++------------ 1 file changed, 17 insertions(+), 19 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/checklist/credits.components.js') diff --git a/animism-align/frontend/app/views/viewer/checklist/credits.components.js b/animism-align/frontend/app/views/viewer/checklist/credits.components.js index 91855ef..d466c5d 100644 --- a/animism-align/frontend/app/views/viewer/checklist/credits.components.js +++ b/animism-align/frontend/app/views/viewer/checklist/credits.components.js @@ -65,26 +65,24 @@ const CreditsVenue = ({ venue, open, setOpen }) => { - {isOpen && ( -
- - {creditSections.map(section => ( -
-
- {section.title} -
-
- {section.lines.map((line, j) => ( -
- ))} -
+
+ + {creditSections.map(section => ( +
+
+ {section.title}
- ))} -
- )} +
+ {section.lines.map((line, j) => ( +
+ ))} +
+
+ ))} +
) } -- cgit v1.2.3-70-g09d2