Index: sources/gui/qml/components/WaitDone.qml =================================================================== diff -u -r4a2b83dcb56555861d2c741a8e8894e5b07e24bf -ra55e0de27d8c427dd4d441f47bb22ca2fe0ca462 --- sources/gui/qml/components/WaitDone.qml (.../WaitDone.qml) (revision 4a2b83dcb56555861d2c741a8e8894e5b07e24bf) +++ sources/gui/qml/components/WaitDone.qml (.../WaitDone.qml) (revision a55e0de27d8c427dd4d441f47bb22ca2fe0ca462) @@ -47,7 +47,7 @@ loops : Animation.Infinite duration: 7200 } - Behavior on opacity { OpacityAnimator { duration: 1200 } } + Behavior on opacity { OpacityAnimator { duration: 250 } } } Image { id: _checkIndicator @@ -59,7 +59,7 @@ fillMode: Image.PreserveAspectFit mipmap : true - Behavior on opacity { OpacityAnimator { duration: 1200 } } + Behavior on opacity { OpacityAnimator { duration: 250 } } } }