mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Update preferences.json - added animation smoothness control
This commit is contained in:
parent
b2b47dc717
commit
19ecab2d1e
1 changed files with 45 additions and 20 deletions
|
@ -48,24 +48,6 @@
|
||||||
"type": "checkbox",
|
"type": "checkbox",
|
||||||
"defaultValue": false
|
"defaultValue": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"property": "mod.sameerasw.zen_tab_switch_anim",
|
|
||||||
"label": "✨ Tab switch animation",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "mod.sameerasw.zen_urlbar_zoom_anim",
|
|
||||||
"label": "✨ URL bar zoom animation",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "mod.sameerasw.zen_trackpad_anim",
|
|
||||||
"label": "✨ Trackpad swipe animations",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"property": "mod.sameerasw.zen_notab_img_enabled",
|
"property": "mod.sameerasw.zen_notab_img_enabled",
|
||||||
"label": "🖼️ Add no tab screen background image",
|
"label": "🖼️ Add no tab screen background image",
|
||||||
|
@ -107,7 +89,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"property": "mod.sameerasw_zen_compact_sidebar_type",
|
"property": "mod.sameerasw_zen_compact_sidebar_type",
|
||||||
"label": "↔️ Compact sidebar type",
|
"label": "↔️ Compact transparent sidebar type",
|
||||||
"type": "dropdown",
|
"type": "dropdown",
|
||||||
"placeholder": "Select an option",
|
"placeholder": "Select an option",
|
||||||
"defaultValue": "0",
|
"defaultValue": "0",
|
||||||
|
@ -128,9 +110,52 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"property": "mod.sameerasw.zen_compact_sidebar_width",
|
"property": "mod.sameerasw.zen_compact_sidebar_width",
|
||||||
"label": "Custom compact sidebar width",
|
"label": "↔️ Custom compact sidebar width",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "165px",
|
"defaultValue": "165px",
|
||||||
"placeholder": "165px (use px)"
|
"placeholder": "165px (use px)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "mod.sameerasw.zen_tab_switch_anim",
|
||||||
|
"label": "✨ Tab switch animation",
|
||||||
|
"type": "checkbox",
|
||||||
|
"defaultValue": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "mod.sameerasw.zen_urlbar_zoom_anim",
|
||||||
|
"label": "✨ URL bar zoom animation",
|
||||||
|
"type": "checkbox",
|
||||||
|
"defaultValue": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "mod.sameerasw.zen_trackpad_anim",
|
||||||
|
"label": "✨ Trackpad swipe animations",
|
||||||
|
"type": "checkbox",
|
||||||
|
"defaultValue": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "mod.sameerasw_zen_animations",
|
||||||
|
"label": "✨ Animation smoothness",
|
||||||
|
"type": "dropdown",
|
||||||
|
"placeholder": "Select an option",
|
||||||
|
"defaultValue": "1",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"label": "Quick Snap",
|
||||||
|
"value": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Smooth Flow",
|
||||||
|
"value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Diabolical",
|
||||||
|
"value": "2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Springy",
|
||||||
|
"value": "3"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue