ReactiveCocoaLayout icon indicating copy to clipboard operation
ReactiveCocoaLayout copied to clipboard

Split animation behaviors into a separate library

Open jspahrsummers opened this issue 9 years ago • 3 comments

RCL's animations are super amazing, but not well-known at all, and the rest of the framework scares off folks who might otherwise use them.

It's also just poor modularity: the animation and layout APIs don't really have any dependency on one another, so why should they be part of the same library?

I think we should spin that stuff off into a separate “ReactiveAnimation” framework or something.

jspahrsummers avatar Mar 06 '15 23:03 jspahrsummers

:+1: :+1:

kastiglione avatar Mar 07 '15 00:03 kastiglione

Sounds Good To Me™

alanjrogers avatar Mar 09 '15 20:03 alanjrogers

I've started this over in ReactiveAnimation. Once https://github.com/ReactiveCocoa/ReactiveAnimation/issues/1 is done, we can remove the equivalent code from RCL.

jspahrsummers avatar Mar 23 '15 05:03 jspahrsummers