Releases: u10int/Kinetic
Releases · u10int/Kinetic
1.1.2
09 Feb 20:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes protocol conformance error in Swift 4.1
1.0.0
09 Apr 00:48
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.9.4
31 Oct 01:37
Compare
Sorry, something went wrong.
No results found
v0.9.3
21 May 14:56
Compare
Sorry, something went wrong.
No results found
v0.9.2
19 May 00:28
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found