Skip to content

Releases: u10int/Kinetic

1.1.2

09 Feb 20:44
Compare
Choose a tag to compare
  • Fixed an issue where multiple tweens in a timeline would trigger change events even when animation is not active

1.1.1

04 Feb 00:07
Compare
Choose a tag to compare
  • Fixed and improved handling of changed anchor point when performing transform animations
  • Added anchor point animation example

1.1.0

27 Jan 01:59
Compare
Choose a tag to compare
  • Refactored timing functions and how they are called with Tween and Timeline:

    • Use ease(Quadratic.easeInOut) or ease(Bounce.easeOut) etc for primary easing functions.
    • Use ease(Bezier(0.55, 0, 0.1, 1)) for custom bezier path easing curves
    • Use ease(Linear()) for linear timing (default)
  • Supported built-in easing curves: Quadratic, Cubic, Quartic, Quintic, Sine, Circular, Exponential, Elastic, Back, Bounce

  • Custom easing using Google Material Design "Swift Out" easing: Bezier(0.55, 0, 0.1, 1)

1.0.1

28 Apr 23:10
Compare
Choose a tag to compare
  • Fixes protocol conformance error in Swift 4.1

1.0.0

09 Apr 00:48
Compare
Choose a tag to compare

Entirely refactored and finalized underlying animation code and property handling, but much of the core properties and methods are the same. Review the project's README for usage details.

0.9.5

26 Feb 18:13
Compare
Choose a tag to compare

Supports Swift 3

v0.9.4

31 Oct 01:37
Compare
Choose a tag to compare

Supports Swift 2.3

v0.9.3

21 May 14:56
Compare
Choose a tag to compare
updating Podspec version

v0.9.2

19 May 00:28
Compare
Choose a tag to compare

Includes breaking changes to the main API. Refer to the project's README for the latest API documentation.

v0.9.1

25 Mar 23:58
Compare
Choose a tag to compare
updating for release 9.1