material-motion / material-motion-swift

A toolkit for building responsive motion using Core Animation.
Apache License 2.0
1.42k stars 79 forks source link

Tossable should be using Draggable's add stream logic somehow #27

Closed jverkoey closed 7 years ago

jverkoey commented 7 years ago

Tossable is currently recreating Draggable's stream logic rather than reusing it. This means that if/when we add a compose api to Draggable, Tossable won't benefit from it.