Remove text field border animation
This commit is contained in:
parent
743ff4df9f
commit
effc268cac
|
@ -29,9 +29,6 @@ TextField {
|
|||
field.activeFocus ? focusedBorderColor : borderColor
|
||||
border.width: bordered ? theme.controls.textField.borderWidth : 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user