File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Example/AloeStackViewExample/Views Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ import UIKit
1717import AloeStackView
1818
1919public 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}
You can’t perform that action at this time.
0 commit comments