Remove text field border animation
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user