summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2015-12-22 15:20:09 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2016-01-11 06:46:06 +0000
commitee4b861ee051bf495382440b29a7a8fb1b69b440 (patch)
tree540038b1b8ff50668c47428bc6a7ba95b3e9ba55
parent1ac35b128cf0197d0a7c8c54727e86051366a2bc (diff)
make shader effect work faster
Change-Id: I1ec5e62c3b1b57a5d84a410a900c05c61bbc8846 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--qml/ApplicationIcon.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ApplicationIcon.qml b/qml/ApplicationIcon.qml
index d66b005..06138c1 100644
--- a/qml/ApplicationIcon.qml
+++ b/qml/ApplicationIcon.qml
@@ -52,7 +52,7 @@ Item {
property real selection: appIcon.PathView.isCurrentItem ? 1 : 0.7;
Behavior on selection {
- NumberAnimation { duration: 2000; }
+ NumberAnimation { duration: 300; }
enabled: shader.visible
}