EasyAnimation icon indicating copy to clipboard operation
EasyAnimation copied to clipboard

Convenience methods

Open dkun7944 opened this issue 6 years ago • 0 comments

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.

dkun7944 avatar Oct 12 '18 14:10 dkun7944