From 1ce48f2b47b42014868b07fedd6bbfa3d73736da Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Date: Mon, 11 Aug 2014 14:32:30 +0200 Subject: [PATCH] TextField: Remove placeholder text fade out transition It's disturbing for the user that is focusing in the text she's typing. The transition feels like the placeholder text is going to stay for a fraction of a second, which is an unnecessary feeling. Change-Id: I44589486dcb3ca363221ed4dabb1752e9e3b6550 Reviewed-by: Caroline Chao <caroline.chao@digia.com> --- src/controls/TextField.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml index e318d796c..4ae4d64d7 100644 --- a/src/controls/TextField.qml +++ b/src/controls/TextField.qml @@ -614,7 +614,6 @@ Control { clip: contentWidth > width; elide: Text.ElideRight renderType: __style ? __style.renderType : Text.NativeRendering - Behavior on opacity { NumberAnimation { duration: 90 } } } TextInputWithHandles { -- GitLab