I’ve mentioned a few libraries for creating animations with Swift such as the ShapeAnimation library adding a number of extensions for path animations and more.
Here’s an open source Swift library submitted by Marin Todorov called EasyAnimation that allows you to easily create complex animations with a clean syntax.
The features of EasyAnimation include:
– Animation of layers straight from animateWithDuration:animations:
– Spring Animations
– Easy animation chaining
– Easy cancellation of animations
A nice demo app is included showing how to use EasyAnimation.
You can find EasyAnimation on Github here.
A nice library for UIView animations.
Original article: Open Source Swift Animation Library Adding Animation Chaining, Spring Animations And More
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.