EasyAnimation
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!
Adding EasyAnimation to a project breaks the presentation animation for a UIPopoverController, whether being used explicitly with UIViewController and a UIPopoverController, or implicitly by setting the modalPresentationStyle for a UIViewController...
i'm to keep track of chains like this `chains = [EAAnimationFuture]()` so i can call like this. `chains.map { $0.cancelAnimationChain() }` but it saying `Use of unresolved identifier 'EAAnimationFuture'`
After the recent upgrade I see the following errors at EasyAnimation building:
Hi, thanks for this very great library! However the enable() function is no more accessible from objective c while the class is marked @objc. Or am I missing something? Regards,
Added a few convenience methods. * UIView.animateAndChain without the delay and options parameters, for brevity in situations where those parameters aren't needed. * EAAnimationFuture.wait - waits a specified duration before...
I used it and apparently a view that you chain animations on retains those. When you later trigger animations on the same view the previously chained animations get triggered again....
I just installed `2.0.0` and ran my app without doing any changes to my code. EasyAnimation still swizzles **without** having called `EasyAnimation.enable()`.