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 label API to MotionRuntime #84

Closed jverkoey closed 7 years ago

jverkoey commented 7 years ago

These APIs will enable things like:

let reactiveLabel = runtime.get(label)
runtime.connect(spring.tension.toString(), to: reactiveLabel.text)