EasyAnimation
EasyAnimation copied to clipboard
Convenience methods
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 moving on to the next part of the chain.
-
EAAnimationFuture.do - executes the input block instantly without animating.