From c4119bf8ddffe9fc037c14839692b0bf5d20053d Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 9 Oct 2014 10:54:37 +0300 Subject: Fix curtain effect on Cinematic demo Curtain now falls down nicely, but this is really just a workaround for the Qt animation issue by removing the offending animation code. Task-number: QTBUG-41117 Change-Id: Idcdc3c5355a65833aea38d4fd5ba59c0edf68b4a Reviewed-by: Gatis Paeglis --- basicsuite/qt5-cinematicdemo/content/InfoView.qml | 3 --- 1 file changed, 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 } -- cgit v1.2.3