diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-03 17:45:00 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-03 17:45:00 +0100 |
| commit | c89b17daf372c1cc6f83e5b456f888676990e721 (patch) | |
| tree | aac6349ac9a64fe43913904b6c9a5dc768532ffa /animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.image.js | |
| parent | be46fccc4cb30b1b2b17637bc7c990259f6a4b4c (diff) | |
fade in video opacity when it starts playing
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.image.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.image.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.image.js b/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.image.js index a70cd1f..60ba7c9 100644 --- a/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.image.js +++ b/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.image.js @@ -10,8 +10,9 @@ export const FullscreenImage = ({ element, media, transitionDuration }) => { color: color.textColor, transitionDuration, } + let url; - console.log(element, item) + // console.log(element, item) if (item.type === 'gallery') { const index = parseInt(element.settings.frame_index) const frame_id = item.settings.image_order[index] |
