Hue shift + events to camera

This commit is contained in:
2020-06-23 00:38:55 -06:00
parent b106c1c028
commit af761ca337
4 changed files with 68 additions and 23 deletions

View File

@@ -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
}