[Busy Indicator] Match duration of QQC2-desktop-style version
Summary: Match the duration (2 seconds) that was set in D22630. Reviewers: broulik, #vdg Reviewed By: broulik Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D22646
This commit is contained in:
parent
a965fa4cb8
commit
28bc0f3ea1
@ -48,7 +48,7 @@ BusyIndicatorStyle {
|
|||||||
id: rotationAnimator
|
id: rotationAnimator
|
||||||
from: 0
|
from: 0
|
||||||
to: 360
|
to: 360
|
||||||
duration: 1500
|
duration: 2000
|
||||||
running: control.running && control.visible && control.opacity > 0;
|
running: control.running && control.visible && control.opacity > 0;
|
||||||
loops: Animation.Infinite
|
loops: Animation.Infinite
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user