Hue shift + events to camera
This commit is contained in:
@@ -93,8 +93,8 @@ ApplicationWindow {
|
||||
count: count.value
|
||||
|
||||
SequentialAnimation on t {
|
||||
NumberAnimation { to: 1; duration: 2500; easing.type: Easing.InQuad }
|
||||
NumberAnimation { to: 0; duration: 2500; easing.type: Easing.OutQuad }
|
||||
NumberAnimation { to: 10; duration: 10000; easing.type: Easing.InQuad }
|
||||
NumberAnimation { to: 0; duration: 10000; easing.type: Easing.OutQuad }
|
||||
loops: Animation.Infinite
|
||||
running: true
|
||||
}
|
||||
|
Reference in New Issue
Block a user