JHChainableAnimations
JHChainableAnimations copied to clipboard
Updating Animation Parameters Mid-Animation
Say you want to move something from Point A to Point B, but while it's moving, it now needs to continue on through B to C.
Is there a way to accomplish this currently?
Doing it in the animateWithCompletion block results in a stop and go..
(The functionality is built into UIView animateWithDuration w/ the UIViewAnimationOptionBeginFromCurrentState option)
At the moment no way to do this. Will consider for a future release