We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88abd71 commit 8c67634Copy full SHA for 8c67634
1 file changed
AXAnimationChain/Classes/UIView+AnimationChain.m
@@ -606,6 +606,11 @@ - (instancetype)easeInOutQuint {
606
return self;
607
}
608
609
+- (instancetype)easeInExpo {
610
+ [self.chainAnimator.topAnimator.combinedAnimators.lastObject.beginBasic easeInExpo];
611
+ return self;
612
+}
613
+
614
- (instancetype)easeOutExpo {
615
[self.chainAnimator.topAnimator.combinedAnimators.lastObject.beginBasic easeOutExpo];
616
0 commit comments