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
|
|
@ -57,7 +57,7 @@ Column {
|
|||
// Pulse animation while pending
|
||||
SequentialAnimation on opacity {
|
||||
loops: Animation.Infinite
|
||||
running: entry._pending
|
||||
running: entry._pending && !S.Theme.reducedMotion
|
||||
NumberAnimation {
|
||||
to: 0.5
|
||||
duration: 400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue