Releases: psharanda/Easing
Releases · psharanda/Easing
4.1.0
4.0.0
Easing v4 is here! 🚀
It reworks the internals for better performance and extensibility. The public API remains the same for typical usage, but Easing is now a struct instead of an enum.
Key changes
- Added
springphysics-based easings - Added
piecewiseLineareasing similar to CSSlinear() - Bug fixes and performance improvements
- Expanded docs and unit test coverage
3.0.1
Easing v3
- Introducing
Interpolatable: useEasingfunctions to interpolate the values of primitives likeCGPoint,CGRect,CGTransform,UIBezierPathandUIColor - Custom easing functions support
- Interactive demo app
- README file
- Enhanced library compatibility with recent versions of Xcode.
3.0.0
Easing v3:
- Introducing
Interpolatable: useEasingfunctions to interpolate the values of primitives likeCGPoint,CGRect,CGTransform,UIBezierPathandUIColor - Custom easing functions support
- Update the library to be compatible with the recent versions of Xcode