ngrx / core

Core functionality for the ngrx platform
MIT License
72 stars 25 forks source link

Reactive Animations Library #3

Open TheLarkInn opened 8 years ago

TheLarkInn commented 8 years ago

The astute @robwormald once told me: "Everything is a stream, and thats fine you know?"

So lets make animations into streams. Not sure if this is the right place for this issue, but why not. Lets build some @ngrx/animate etc.

somombo commented 7 years ago

I love this idea! The @angular/animations lib is just not reactive style intuitive imo.

Here is a great presentation on why rxjs and CSS animations make the perfect fit: Slides Video

Throw in ngrx and I bet you can be unstoppable