wallpapers/image: add color change animation in wallpaper item

wilder-5.26
Fushan Wen 4 years ago
parent a3d69b9323
commit f7dec7cfd9
No known key found for this signature in database
GPG Key ID: 2E48D1487C91DCAA
  1. 7
      wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml

@ -115,6 +115,13 @@ KCM.GridDelegate {
checked: visible ? model.checked : false
onToggled: model.checked = checked
}
Behavior on color {
ColorAnimation {
duration: Kirigami.Units.longDuration
easing.type: Easing.InOutQuad
}
}
}
onClicked: {

Loading…
Cancel
Save