custom animation speeds for components
This commit is contained in:
parent
586e2a98ed
commit
b89c174da2
2 changed files with 10 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue