Skip to content

Releases: devedbox/AXAnimationChain

v0.4.1

05 Apr 06:32
Compare
Choose a tag to compare
  • Bugs have been fixed.
  • Added immediate value calculation of CAAnimation.

v0.4.0

01 Apr 08:40
Compare
Choose a tag to compare
  • Added AXDecayAnimation to CoreAnimation. Using the same as POPDecayAnimation.

v0.3.3

30 Mar 01:51
Compare
Choose a tag to compare

Updated to Swift3.1.

v0.3.2

28 Mar 03:06
Compare
Choose a tag to compare
  • 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

25 Mar 13:33
Compare
Choose a tag to compare
  • 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

16 Feb 13:16
Compare
Choose a tag to compare
  • Added convenient methods of category of UIView to create wonderful animations.
  • Added swift-version api.