gate non-essential animations behind reducedMotion config toggle
This commit is contained in:
parent
446edaab9c
commit
ada611d6c5
8 changed files with 43 additions and 12 deletions
|
|
@ -63,7 +63,7 @@ M.PinnableSection {
|
|||
Connections {
|
||||
target: S.NotifService
|
||||
function onCountChanged() {
|
||||
if (S.NotifService.count > 0)
|
||||
if (S.NotifService.count > 0 && !S.Theme.reducedMotion)
|
||||
popAnim.start();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue