summaryrefslogtreecommitdiff
path: root/animism-align/frontend/views/align/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/views/align/constants.js')
-rw-r--r--animism-align/frontend/views/align/constants.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/animism-align/frontend/views/align/constants.js b/animism-align/frontend/views/align/constants.js
index ad4645c..15129da 100644
--- a/animism-align/frontend/views/align/constants.js
+++ b/animism-align/frontend/views/align/constants.js
@@ -12,21 +12,21 @@ export const ZOOM_STEPS = [
]
export const ZOOM_LABEL_STEPS = [
- 10,
- 30,
- 30,
- 75,
- 300,
+ 20,
+ 60,
+ 60,
300,
600,
+ 600,
+ 1200,
]
export const ZOOM_TICK_STEPS = [
- 20,
- 25,
- 25,
- 15,
- 15,
- 20,
- 25,
+ 5,
+ 10,
+ 30,
+ 60,
+ 60,
+ 60,
+ 600,
]