From 16f2d1f182232bf7867c7bdc8322a941453f4f99 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 30 Oct 2020 18:13:49 +0100 Subject: curtain text --- .../views/viewer/player/components.fullscreen/fullscreen.utility.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'animism-align/frontend/app/views/viewer') diff --git a/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js b/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js index 3a0e21d..2a1283a 100644 --- a/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js +++ b/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js @@ -8,11 +8,15 @@ export const FullscreenCurtain = ({ element, transitionDuration }) => { color: color.textColor, transitionDuration, } + console.log(element, element.annotation.settings.curtain_text) return (
+ {element.annotation.curtain_text && ( + + )}
) } -- cgit v1.2.3-70-g09d2