Skip to content

Commit 815fdbe

Browse files
committed
Updated.
1 parent 4a79fd1 commit 815fdbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AXAnimationChain/Classes/CoreAnimation/CAAnimation+Convertable.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ NS_ASSUME_NONNULL_BEGIN
4040
/// Convert animation from CABasicAnimation using custom values function.
4141
///
4242
+ (nullable instancetype)animationWithBasic:(nullable CABasicAnimation *)basicAnimation usingValuesFunction:(nullable double (^)(double t, double b, double c, double d))valuesFunction;
43-
/// Convert animation from CASpringAnimation.
43+
/// Convert animation from SpringAnimation.
4444
///
4545
/// @param animation spring animation to convert.
4646
/// @return Converted keyframe animation.
@@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN
5757
/// Convert animation from CAKeyframeAnimation using custom timing function.
5858
///
5959
+ (nullable instancetype)animationWithKeyframe:(nullable CAKeyframeAnimation *)animation usingTimingFunction:(nullable CAMediaTimingFunction *)timingFunction;
60-
/// Convert animation from CASpringAnimation.
60+
/// Convert animation from SpringAnimation.
6161
///
6262
+ (nullable instancetype)animationWithSpring:(nullable AXCASpringAnimation *)animation;
6363
@end

0 commit comments

Comments
 (0)