EasyAnimation icon indicating copy to clipboard operation
EasyAnimation copied to clipboard

A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level - layers, springs, chain-able animations and mixing view and layer animations together!

Results 14 EasyAnimation issues
Sort by recently updated
recently updated
newest added

Hey everyone, I recently got a beautiful newborn at home and it feels it'll be a bit difficult to add some new and fresh features to EasyAnimation... Should anyone feel...

I just add EasyAnimation v1.0.2 with Cocoapods and write no codes but it breaks UITableView editing animation. Like this: ![2016-02-12 19 30 50](https://cloud.githubusercontent.com/assets/322852/13004523/4728912c-d1bf-11e5-8eeb-259f8122380b.png) ![2016-02-12 19 31 04](https://cloud.githubusercontent.com/assets/322852/13004528/4b5d8180-d1bf-11e5-8a6a-685747e71498.png) ![2016-02-12 19 31...

I think there is some small bug with the spring animation. The completion block it's never been called. ```swift var newFrame = view.frame newFrame.size.height = 50 UIView.animate( withDuration: 1.25, delay:...

Hi! First of all thanks for great library! It's really awesome. I integrated it in project that I'm currently working on and encountered strange behaviour. When presenting `UITabBarController` without animation:...