Skip to content

Commit da51d67

Browse files
Fix issue raulriera#118 - Remove alpha fade out in HoshiTextField effect
1 parent f6295d0 commit da51d67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

TextFieldEffects/TextFieldEffects/HoshiTextField.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ import UIKit
106106
layoutPlaceholderInTextRect()
107107
placeholderLabel.frame.origin = activePlaceholderPoint
108108

109-
UIView.animate(withDuration: 0.2, animations: {
110-
self.placeholderLabel.alpha = 0.5
111-
})
112-
113109
activeBorderLayer.frame = rectForBorder(borderThickness.active, isFilled: true)
114110
}
115111

0 commit comments

Comments
 (0)