mirror of
https://github.com/mue/mue.git
synced 2026-06-13 03:58:49 +02:00
refactor(modules): second part of moving files around, changing layout etc
This commit is contained in:
36
src/utils/data/slider_values.json
Normal file
36
src/utils/data/slider_values.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"zoom": [
|
||||
{ "value": 10, "label": "0.1x" },
|
||||
{ "value": 100, "label": "1x" },
|
||||
{ "value": 200, "label": "2x" },
|
||||
{ "value": 400, "label": "4x" }
|
||||
],
|
||||
"toast": [
|
||||
{ "value": 500, "label": "0.5s" },
|
||||
{ "value": 1000, "label": "1s" },
|
||||
{ "value": 1500, "label": "1.5s" },
|
||||
{ "value": 2000, "label": "2s" },
|
||||
{ "value": 2500, "label": "2.5s" },
|
||||
{ "value": 3000, "label": "3s" },
|
||||
{ "value": 4000, "label": "4s" },
|
||||
{ "value": 5000, "label": "5s" }
|
||||
],
|
||||
"background": [
|
||||
{ "value": 0, "label": "0%" },
|
||||
{ "value": 25, "label": "25%" },
|
||||
{ "value": 50, "label": "50%" },
|
||||
{ "value": 75, "label": "75%" },
|
||||
{ "value": 100, "label": "100%" }
|
||||
],
|
||||
"experimental": [
|
||||
{ "value": 0, "label": "0s" },
|
||||
{ "value": 500, "label": "0.5s" },
|
||||
{ "value": 1000, "label": "1s" },
|
||||
{ "value": 1500, "label": "1.5s" },
|
||||
{ "value": 2000, "label": "2s" },
|
||||
{ "value": 2500, "label": "2.5s" },
|
||||
{ "value": 3000, "label": "3s" },
|
||||
{ "value": 4000, "label": "4s" },
|
||||
{ "value": 5000, "label": "5s" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user