MengTo / Spring

A library to simplify iOS animations in Swift.
http://designcode.io
MIT License
14.08k stars 1.8k forks source link

Feature/easy animation #347

Open jjvarghese opened 3 years ago

jjvarghese commented 3 years ago

I added a no-fuss convenience method for animating any Springable adhering object - just by specifying the animation type as a parameter instead of first needing to set the .animation property as a string. It includes an optional completion handler and a basic test.

I am not sure if this project is still maintained but as I used this for my project I thought I would pull-request it. Cheers!