Apply busy indicator duration change of D22646 to the QQC2 style
Summary: Match the duration (2 seconds) that was set in D22630. This style is mainly used by Plasma Mobile, therefore requesting team review from that project as well. Reviewers: #vdg, #plasma:_mobile, ngraham Reviewed By: #vdg, ngraham Subscribers: ngraham, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D22720
This commit is contained in:
parent
af2a7fbf69
commit
31cd4f8d8e
@ -53,7 +53,7 @@ T.BusyIndicator {
|
|||||||
id: rotationAnimator
|
id: rotationAnimator
|
||||||
from: 0
|
from: 0
|
||||||
to: 360
|
to: 360
|
||||||
duration: 1500
|
duration: 2000
|
||||||
running: control.running && indicatorItem.visible && indicatorItem.opacity > 0;
|
running: control.running && indicatorItem.visible && indicatorItem.opacity > 0;
|
||||||
loops: Animation.Infinite
|
loops: Animation.Infinite
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user