custom animation speeds for components

This commit is contained in:
vaxerski
2022-03-31 17:53:28 +02:00
parent 586e2a98ed
commit b89c174da2
2 changed files with 10 additions and 3 deletions

View File

@@ -24,8 +24,11 @@ CConfigManager::CConfigManager() {
configValues["animations:enabled"].intValue = 1;
configValues["animations:speed"].floatValue = 7.f;
configValues["animations:windows_speed"].floatValue = 0.f;
configValues["animations:windows"].intValue = 1;
configValues["animations:borders_speed"].floatValue = 0.f;
configValues["animations:borders"].intValue = 1;
configValues["animations:fadein_speed"].floatValue = 0.f;
configValues["animations:fadein"].intValue = 1;
configValues["input:kb_layout"].strValue = "en";