summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/advancedcustommaterial/Water.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/advancedcustommaterial/Water.qml')
-rw-r--r--examples/qt3d/advancedcustommaterial/Water.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/qt3d/advancedcustommaterial/Water.qml b/examples/qt3d/advancedcustommaterial/Water.qml
index 1e7f119a5..8bf00e7a8 100644
--- a/examples/qt3d/advancedcustommaterial/Water.qml
+++ b/examples/qt3d/advancedcustommaterial/Water.qml
@@ -109,14 +109,14 @@ import QtQuick 2.0 as QQ2
property: "waveRandomAnim"
to: 3.0
duration: 4000
- easing.type: Easing.Linear
+// easing.type: Easing.Linear
}
QQ2.NumberAnimation {
target: watermaterial
property: "waveRandomAnim"
to: 1.0
duration: 4000
- easing.type: Easing.Linear
+// easing.type: Easing.Linear
}
}
@@ -161,14 +161,14 @@ import QtQuick 2.0 as QQ2
property: "vertY"
to: 200
duration: 200000
- easing.type: Easing.Linear
+// easing.type: Easing.Linear
}
QQ2.NumberAnimation {
target: watermaterial
property: "vertY"
to: 2
duration: 200000
- easing.type: Easing.Linear
+// easing.type: Easing.Linear
}
}
}