ReactiveCocoa / ReactiveCocoaLayout

Reactive layout framework built on top of ReactiveCocoa
MIT License
667 stars 57 forks source link

Split animation behaviors into a separate library #114

Open jspahrsummers opened 9 years ago

jspahrsummers commented 9 years ago

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.

kastiglione commented 9 years ago

:+1: :+1:

alanjrogers commented 9 years ago

Sounds Good To Me™

jspahrsummers commented 9 years ago

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.