summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-14 15:53:36 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2012-12-14 15:53:36 +0100
commit3e9809f6aeaea05bb600ae1ff21762a75d98b7f6 (patch)
tree9ed0d299cfc879146bfd494fbc400a0e98145b29
parente8e7dfb5f8feabbf4c8787ae05cddab24f92137a (diff)
Make the writeInText fasterunstable
-rw-r--r--src/Slide.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slide.qml b/src/Slide.qml
index 01c5369..339298d 100644
--- a/src/Slide.qml
+++ b/src/Slide.qml
@@ -124,7 +124,7 @@ Item {
NumberAnimation on length {
from: 0;
to: slide.writeInText.length;
- duration: slide.writeInText.length * 50;
+ duration: slide.writeInText.length * 30;
running: slide.visible && parent.visible && slide.writeInText.length > 0
}