diff options
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 |
