animate color transition
This commit is contained in:
parent
7064d02e1a
commit
d1c4de17d8
@ -22,5 +22,8 @@ import QtQuick 2.0
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
id: root
|
id: root
|
||||||
color: wallpaper.configuration.Color
|
color: wallpaper.configuration.Color
|
||||||
Text{text:"Color:"+wallpaper.configuration.Color}
|
|
||||||
|
Behavior on color {
|
||||||
|
ColorAnimation { duration: 250 }
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user