diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/viewer.actions.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/viewer.actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/viewer.actions.js b/animism-align/frontend/app/views/viewer/viewer.actions.js index a29383b..cd4b79f 100644 --- a/animism-align/frontend/app/views/viewer/viewer.actions.js +++ b/animism-align/frontend/app/views/viewer/viewer.actions.js @@ -170,7 +170,7 @@ export const loadSections = () => dispatch => { time_to_first_fullscreen_element = 0 if (currentSection.fullscreenTimeline.length) { time_to_first_fullscreen_element = Math.abs(currentSection.fullscreenTimeline[0].start_ts - currentSection.start_ts) - if (time_to_first_fullscreen_element < 1.0) { + if (time_to_first_fullscreen_element < 2.0) { currentSection.fullscreenTimeline[0].start_ts = currentSection.start_ts time_to_first_fullscreen_element = 0.0 } |
