diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-23 16:38:17 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-23 16:38:17 +0200 |
| commit | f20cd569a0803f29ea6db427ed233f5a0fa04419 (patch) | |
| tree | 28e5b09a5f6b0b74026b96c6c9827ec1189e2ce4 /animism-align/frontend/app/constants.js | |
| parent | c40b00512768088cefb591da7060d108d1d4764e (diff) | |
video scrubber
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index 44c55cf..dfee865 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -100,4 +100,6 @@ export const THUMBNAIL_QUALITY = 80 export const GROWL = { OPENING_MESSAGE: "Start the episode by clicking play or scroll to browse on your own.", REACHED_END_OF_FIRST_SECTION: "Click \"Next\" to advance the exhibition.", -}
\ No newline at end of file +} + +export const VIDEO_SCRUBBER_HIDE_DELAY = 2000 |
