We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57e522 commit 8a677feCopy full SHA for 8a677fe
1 file changed
AXAnimationChain/Classes/CoreAnimation/CAAnimation+Convertable.m
@@ -476,6 +476,10 @@ + (instancetype)animationWithBasic:(CABasicAnimation *)animation {
476
@end
477
478
@implementation AXDecayAnimation (Convertable)
479
++ (instancetype)animationWithSpring:(AXCASpringAnimation *)animation {
480
+ return [self animationWithBasic:animation];
481
+}
482
+
483
+ (instancetype)animationWithBasic:(CABasicAnimation *)animation {
484
AXDecayAnimation *decay = [AXDecayAnimation new];
485
decay.beginTime = animation.beginTime;
0 commit comments