summaryrefslogtreecommitdiffstats
path: root/ShaderSlide.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-17 16:18:36 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2012-12-17 16:18:36 +0100
commit74300c194f93881835c072368650c311818e16b7 (patch)
treed9512714d76418aedb5b7f423894ac4abdc19b2c /ShaderSlide.qml
parent3fe4438f39ceb825fc867157afa496809b9669db (diff)
Some more tweaks...
Diffstat (limited to 'ShaderSlide.qml')
-rw-r--r--ShaderSlide.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShaderSlide.qml b/ShaderSlide.qml
index 57ac9ee..40d8e92 100644
--- a/ShaderSlide.qml
+++ b/ShaderSlide.qml
@@ -69,7 +69,7 @@ Slide {
PropertyAction { target: rotationAnimation; property: "running"; value: false }
PropertyAction { target: timeAnimation; property: "running"; value: false }
// short pause
- PauseAnimation { duration: 3000 }
+ PauseAnimation { duration: 2000 }
// get started...
ParallelAnimation {
NumberAnimation { target: shader; property: "xrot"; to: 2 * Math.PI / 8; duration: 1000; easing.type: Easing.InOutCubic }