summaryrefslogtreecommitdiffstats
path: root/EffectsSlide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'EffectsSlide.qml')
-rw-r--r--EffectsSlide.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/EffectsSlide.qml b/EffectsSlide.qml
index 5344d05..88eea56 100644
--- a/EffectsSlide.qml
+++ b/EffectsSlide.qml
@@ -136,8 +136,8 @@ Slide {
ThresholdMask {
id: thresholdEffect
maskSource: Image { source: "images/fog.png" }
- threshold: slide.t
- spread: 0.3
+ threshold: slide.t * 0.5 + 0.2;
+ spread: 0.2
source: noEffect
width: grid.cw * 0.9
height: width;