There was an error while loading. Please reload this page.
1 parent f6295d0 commit da51d67Copy full SHA for da51d67
TextFieldEffects/TextFieldEffects/HoshiTextField.swift
@@ -106,10 +106,6 @@ import UIKit
106
layoutPlaceholderInTextRect()
107
placeholderLabel.frame.origin = activePlaceholderPoint
108
109
- UIView.animate(withDuration: 0.2, animations: {
110
- self.placeholderLabel.alpha = 0.5
111
- })
112
-
113
activeBorderLayer.frame = rectForBorder(borderThickness.active, isFilled: true)
114
}
115
0 commit comments