Releases: devedbox/AXAnimationChain
Releases · devedbox/AXAnimationChain
v0.4.1
- Bugs have been fixed.
- Added immediate value calculation of CAAnimation.
v0.4.0
- Added AXDecayAnimation to CoreAnimation. Using the same as POPDecayAnimation.
v0.3.2
- 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.
v0.3.1
- 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.
v0.3.0
- Added convenient methods of category of UIView to create wonderful animations.
- Added swift-version api.