aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/multieffect/itemswitcher/qml/SwitchEffect3DFlip.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/multieffect/itemswitcher/qml/SwitchEffect3DFlip.qml')
-rw-r--r--examples/quick/multieffect/itemswitcher/qml/SwitchEffect3DFlip.qml16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/quick/multieffect/itemswitcher/qml/SwitchEffect3DFlip.qml b/examples/quick/multieffect/itemswitcher/qml/SwitchEffect3DFlip.qml
index a5a18b0b8d..bb33b8c6b6 100644
--- a/examples/quick/multieffect/itemswitcher/qml/SwitchEffect3DFlip.qml
+++ b/examples/quick/multieffect/itemswitcher/qml/SwitchEffect3DFlip.qml
@@ -29,10 +29,10 @@ Item {
source: "images/smoke.png"
visible: false
}
- maskThresholdLow: switcher.inAnimation * 0.6
- maskSpreadLow: 0.1
- maskThresholdUp: 1.0 - (switcher.inAnimation * 0.6)
- maskSpreadUp: 0.1
+ maskThresholdMin: switcher.inAnimation * 0.6
+ maskSpreadAtMin: 0.1
+ maskThresholdMax: 1.0 - (switcher.inAnimation * 0.6)
+ maskSpreadAtMax: 0.1
shadowEnabled: true
shadowOpacity: 0.5
@@ -69,10 +69,10 @@ Item {
source: "images/smoke.png"
visible: false
}
- maskThresholdLow: switcher.outAnimation * 0.6
- maskSpreadLow: 0.1
- maskThresholdUp: 1.0 - (switcher.outAnimation * 0.6)
- maskSpreadUp: 0.1
+ maskThresholdMin: switcher.outAnimation * 0.6
+ maskSpreadAtMin: 0.1
+ maskThresholdMax: 1.0 - (switcher.outAnimation * 0.6)
+ maskSpreadAtMax: 0.1
shadowEnabled: true
shadowOpacity: 0.5