Remove text field border animation

This commit is contained in:
miruka 2020-03-19 03:14:41 -04:00
parent 743ff4df9f
commit effc268cac

View File

@ -29,9 +29,6 @@ TextField {
field.activeFocus ? focusedBorderColor : borderColor field.activeFocus ? focusedBorderColor : borderColor
border.width: bordered ? theme.controls.textField.borderWidth : 0 border.width: bordered ? theme.controls.textField.borderWidth : 0
radius: bordered ? theme.radius : 0 radius: bordered ? theme.radius : 0
Behavior on color { HColorAnimation { factor: 0.25 } }
Behavior on border.color { HColorAnimation { factor: 0.25 } }
} }
// Set it only on component creation to avoid binding loops // Set it only on component creation to avoid binding loops