AXAnimationChain Versions Save

AXAnimationChain is a chain animation library, can be used to easily create CAAnimation based chain animation. There are two kinds of combination chain, one is called combination, the other is called link, created by the two ways above, the animation can be carried out at the same time, can also according to the time order, you can use the code to create a rich and complex animation.

0.4.1

7 years ago
  • Bugs have been fixed.
  • Added immediate value calculation of CAAnimation.

0.4.0

7 years ago
  • Added AXDecayAnimation to CoreAnimation. Using the same as POPDecayAnimation.

0.3.3

7 years ago

Updated to Swift3.1.

0.3.2

7 years ago
  • Added subspec package: CoreMediaTimingFunction to gain more timing functions using a single file.
  • Replaced CASpringAnimation and AXSpringAnimation with AXCASpringAnimation to load a right version of SpringAnimation depends on the version of iOS SDK.

0.3.1

7 years ago
  • Added morph animation effect in swift.
  • Added api of managed chain animators to allow multi animators exists on instance of UIView and runs one by one by reusing the animators.

0.3.0

7 years ago
  • Added convenient methods of category of UIView to create wonderful animations.
  • Added swift-version api.