Some time ago I mentioned a library providing many pre-built animations that could be implemented within the Xcode storyboards tool.
Here’s a Swift based library from Meng To called Spring that provides a number of pre-made animations that can be implemented within storyboards or within code.
Over 20 different animations are provided by the library including pop, flash, slide, and fade animations.
You can also easily create more complex animations with Spring using the included syntax for chaining, and there are options to customize each animation with different attributes such as duration, and delay.
An extensive example is included showing each animation, with some sliders for testing different attribute settings.
You can find Spring on Github here.
A great Swift animation library.
Original article: Open Source Swift Library Providing Many Pre-Built Customizable And Chainable Animations
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.