material-motion-swift icon indicating copy to clipboard operation
material-motion-swift copied to clipboard

Explore whether we can simplify MotionRuntime's isBeingManipulated property by making it a ReactiveProperty

Open jverkoey opened this issue 8 years ago • 0 comments
trafficstars

It's currently a MotionObservable<Bool>. It may be easier to use if it's a reactive property internally. This may require exposing AggregateMotionState's state property.

jverkoey avatar Apr 24 '17 20:04 jverkoey