plugin: rust-side modules + theme services with serde-typed config
This commit is contained in:
parent
a86e90e927
commit
f34f3f2f4e
95 changed files with 2477 additions and 1011 deletions
|
|
@ -3,7 +3,7 @@ import "../services" as S
|
|||
|
||||
SequentialAnimation {
|
||||
id: root
|
||||
loops: S.Theme.reducedMotion ? 1 : Animation.Infinite
|
||||
loops: S.ThemeUtil.reducedMotion ? 1 : Animation.Infinite
|
||||
|
||||
property real minOpacity: 0.4
|
||||
property int halfDuration: 400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue