change speed display reaction selector

This commit is contained in:
starfall_9000 2019-09-02 06:18:02 +07:00
parent a3143a74e1
commit b15e43a1a1
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ public final class ReactionButton: UIReactionControl {
}
private func animateOverlay(alpha: CGFloat, center: CGPoint) {
UIView.animate(withDuration: 0.1) { [weak self] in
UIView.animate(withDuration: 0.01) { [weak self] in
guard let overlay = self?.overlay else { return }
overlay.alpha = alpha