我正在尝试使用自定义类为文本字段设置动画,当我将左约束从0更改为(self.bounds.width-self.bounds.width/3)时,动画不流畅,但是当我设置它回到0它完美地工作。这是我的自定义类的一部分:lazyvarleftConstraint=NSLayoutConstraint(item:placeholderLabel,attribute:.left,relatedBy:.equal,toItem:self,attribute:.left,multiplier:1,constant:0)requiredinit?(coderaDecoder:NSCoder){su