added config to change logo animation speed
This commit is contained in:
@@ -52,7 +52,7 @@ ModuleChip {
|
||||
rotation: root.spinTarget
|
||||
Behavior on rotation {
|
||||
NumberAnimation {
|
||||
duration: 600
|
||||
duration: Cfg.Config.logoSpinDuration
|
||||
easing.type: Easing.InOutBack
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user