summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-cinematicdemo/content/InfoView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-cinematicdemo/content/InfoView.qml')
-rw-r--r--basicsuite/qt5-cinematicdemo/content/InfoView.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/basicsuite/qt5-cinematicdemo/content/InfoView.qml b/basicsuite/qt5-cinematicdemo/content/InfoView.qml
index dee035e..ba1289d 100644
--- a/basicsuite/qt5-cinematicdemo/content/InfoView.qml
+++ b/basicsuite/qt5-cinematicdemo/content/InfoView.qml
@@ -255,9 +255,6 @@ Item {
source: ShaderEffectSource { sourceItem: viewItem; hideSource: true }
rightHeight: 0
leftHeight: rightHeight
- Behavior on leftHeight {
- SpringAnimation { spring: .4; damping: .05; mass: .5 }
- }
// Hide smoothly when curtain closes
opacity: 0.004 * rightHeight
}