diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-28 14:11:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-28 14:11:46 +0200 |
| commit | 778380446d278adf45a9491b699b7e324d9edb8c (patch) | |
| tree | 5668af71143a3c6da12d4801258af61c0a64ac89 /animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js | |
| parent | c28213f28693b44bb7cf9c272b3406adc76b1e33 (diff) | |
setting things as hidden
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 c86236d..3a0e21d 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 @@ -1,6 +1,6 @@ import React from 'react' -export const Curtain = ({ element, transitionDuration }) => { +export const FullscreenCurtain = ({ element, transitionDuration }) => { // console.log(element, isEntering) const { color } = element const style = { |
