Update framework to support scrubbing across sequenced animations:
- Currently the framework only supports scrubbing across a single FAAnimationGroup
- Need to implement ability to trigger/pause and scrub sub animations that are set up as part of an animation chain.
- Break off FAPanGestureRecognizer into a separate library
Update framework to support reverse animations:
- Implement a way to set an animation as reversible
- Update scrubbing animations functionality to support this at the half way point
- Ensure that all sequenced animations are accounted for during scrubbing
Update framework to support scrubbing across sequenced animations:
Update framework to support reverse animations: