Skip to content

Commit 8c67634

Browse files
committed
Updated the easeInExpo implementaion.
1 parent 88abd71 commit 8c67634

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AXAnimationChain/Classes/UIView+AnimationChain.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,11 @@ - (instancetype)easeInOutQuint {
606606
return self;
607607
}
608608

609+
- (instancetype)easeInExpo {
610+
[self.chainAnimator.topAnimator.combinedAnimators.lastObject.beginBasic easeInExpo];
611+
return self;
612+
}
613+
609614
- (instancetype)easeOutExpo {
610615
[self.chainAnimator.topAnimator.combinedAnimators.lastObject.beginBasic easeOutExpo];
611616
return self;

0 commit comments

Comments
 (0)