Update preferences.json - added animation smoothness control

This commit is contained in:
Sameera Sandakelum 2025-06-14 20:13:39 +05:30 committed by GitHub
parent b2b47dc717
commit 19ecab2d1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,24 +48,6 @@
"type": "checkbox",
"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",
"label": "🖼️ Add no tab screen background image",
@ -107,7 +89,7 @@
},
{
"property": "mod.sameerasw_zen_compact_sidebar_type",
"label": "↔️ Compact sidebar type",
"label": "↔️ Compact transparent sidebar type",
"type": "dropdown",
"placeholder": "Select an option",
"defaultValue": "0",
@ -128,9 +110,52 @@
},
{
"property": "mod.sameerasw.zen_compact_sidebar_width",
"label": "Custom compact sidebar width",
"label": "↔️ Custom compact sidebar width",
"type": "string",
"defaultValue": "165px",
"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"
}
]
}
]