diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index e318d796cdeca9c3f4cd15825e31e88fd3acfb6a..4ae4d64d77dfbb7d264ad934799fffda8b4af965 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 {