docs(mkdocs): updates to prepare for v0.1.37

This commit is contained in:
LGUG2Z
2025-05-15 17:45:16 -07:00
parent 6f1d6dbdc7
commit 309dd159ca
10 changed files with 28 additions and 32 deletions

View File

@@ -6,7 +6,10 @@ defined in the `komorebi.json` configuration file.
```json
{
"animation": {
"enabled": true
"enabled": true,
"duration": 250,
"fps": 60,
"style": "EaseOutSine"
}
}
```