summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/constants.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-08 19:32:01 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-08 19:32:01 +0200
commite02ca4fa05928613338f3b9ba0d1a13fde975c67 (patch)
treee2f4c0a1418ddfdedc083e88bf215ebe69cb3606 /animism-align/frontend/app/constants.js
parent8d9c08e93a7ff3c1c8477421acc509224bca3dfd (diff)
each section has its own fullscreen timeline to prevent overlap
Diffstat (limited to 'animism-align/frontend/app/constants.js')
-rw-r--r--animism-align/frontend/app/constants.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js
index 857c20a..c244a60 100644
--- a/animism-align/frontend/app/constants.js
+++ b/animism-align/frontend/app/constants.js
@@ -92,3 +92,8 @@ export const DISPLAY_SIZE = 2000
export const DISPLAY_QUALITY= 80
export const THUMBNAIL_SIZE = 320
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