summaryrefslogtreecommitdiff
path: root/animism-align/frontend/views/align/constants.js
blob: 15129da2bbb0b67f20228652f6c715f04c0a64e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
export const DEFAULT_HEIGHT = 300
export const WAVEFORM_HEIGHT = DEFAULT_HEIGHT

export const ZOOM_STEPS = [
  1,
  2,
  3,
  10,
  20,
  30,
  60,
]

export const ZOOM_LABEL_STEPS = [
  20,
  60,
  60,
  300,
  600,
  600,
  1200,
]

export const ZOOM_TICK_STEPS = [
  5,
  10,
  30,
  60,
  60,
  60,
  600,
]