Commit 1ce48f2b authored by Gabriel de Dietrich's avatar Gabriel de Dietrich
Browse files

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: default avatarCaroline Chao <caroline.chao@digia.com>
parent d2b2699e
Branches
Tags
No related merge requests found
Showing with 0 additions and 1 deletion
......@@ -614,7 +614,6 @@ Control {
clip: contentWidth > width;
elide: Text.ElideRight
renderType: __style ? __style.renderType : Text.NativeRendering
Behavior on opacity { NumberAnimation { duration: 90 } }
}
TextInputWithHandles {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment