aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/multieffect/itemswitcher/qml/SwitchEffectBlinds.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/multieffect/itemswitcher/qml/SwitchEffectBlinds.qml')
-rw-r--r--examples/quick/multieffect/itemswitcher/qml/SwitchEffectBlinds.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quick/multieffect/itemswitcher/qml/SwitchEffectBlinds.qml b/examples/quick/multieffect/itemswitcher/qml/SwitchEffectBlinds.qml
index 3a9f22e3ad..8849631be9 100644
--- a/examples/quick/multieffect/itemswitcher/qml/SwitchEffectBlinds.qml
+++ b/examples/quick/multieffect/itemswitcher/qml/SwitchEffectBlinds.qml
@@ -34,8 +34,8 @@ Item {
anchors.fill: parent
maskEnabled: true
maskSource: mask
- maskThresholdLow: switcher.inAnimation
- maskSpreadLow: 0.4
+ maskThresholdMin: switcher.inAnimation
+ maskSpreadAtMin: 0.4
}
// Item coming in
MultiEffect {
@@ -43,7 +43,7 @@ Item {
anchors.fill: parent
maskEnabled: true
maskSource: mask
- maskThresholdUp: switcher.inAnimation
- maskSpreadUp: 0.4
+ maskThresholdMax: switcher.inAnimation
+ maskSpreadAtMax: 0.4
}
}