Skip to content

Releases: devedbox/AXAnimationChain

v0.4.1

Choose a tag to compare

@devedbox devedbox released this 05 Apr 06:32
  • Bugs have been fixed.
  • Added immediate value calculation of CAAnimation.

v0.4.0

Choose a tag to compare

@devedbox devedbox released this 01 Apr 08:40
  • Added AXDecayAnimation to CoreAnimation. Using the same as POPDecayAnimation.

v0.3.3

Choose a tag to compare

@devedbox devedbox released this 30 Mar 01:51

Updated to Swift3.1.

v0.3.2

Choose a tag to compare

@devedbox devedbox released this 28 Mar 03:06
  • 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

Choose a tag to compare

@devedbox devedbox released this 25 Mar 13:33
  • 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

Choose a tag to compare

@devedbox devedbox released this 16 Feb 13:16
  • Added convenient methods of category of UIView to create wonderful animations.
  • Added swift-version api.