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

Add a reactive slider API to MotionRuntime #83

Closed jverkoey closed 7 years ago

jverkoey commented 7 years ago

These APIs will enable things like:

let reactiveSlider = runtime.get(tensionSlider)
runtime.connect(reactiveSlider.value, to: spring.tension)
jverkoey commented 7 years ago

🎊 My diff is ready for review at http://codereview.cc/D3210