JHChainableAnimations icon indicating copy to clipboard operation
JHChainableAnimations copied to clipboard

Updating Animation Parameters Mid-Animation

Open victorstewart opened this issue 7 years ago • 1 comments

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)

victorstewart avatar Apr 26 '17 02:04 victorstewart

At the moment no way to do this. Will consider for a future release

jhurray avatar Oct 18 '17 01:10 jhurray