Skip to content

Commit d910c99

Browse files
ArLupinParkGwangBeom
authored andcommitted
Fix style
1 parent b5bb1a2 commit d910c99

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Example/AloeStackViewExample/Views/CustomAnimatingLabel.swift

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ import UIKit
1717
import AloeStackView
1818

1919
public class CustomAnimatingLabel: UILabel, CustomAnimating {
20-
21-
public func animateInsert() {
22-
transform = .identity
23-
alpha = 1
24-
}
25-
26-
public func insertAnimationWillBegin() {
27-
transform = CGAffineTransform(translationX: -100, y: 0)
28-
alpha = 0
29-
}
30-
31-
public func animateRemove() {
32-
transform = CGAffineTransform(translationX: -100, y: 0)
33-
alpha = 0
34-
}
20+
21+
public func animateInsert() {
22+
transform = .identity
23+
alpha = 1
24+
}
25+
26+
public func insertAnimationWillBegin() {
27+
transform = CGAffineTransform(translationX: -100, y: 0)
28+
alpha = 0
29+
}
30+
31+
public func animateRemove() {
32+
transform = CGAffineTransform(translationX: -100, y: 0)
33+
alpha = 0
34+
}
3535

3636
}

0 commit comments

Comments
 (0)