material-motion-swift
material-motion-swift copied to clipboard
Explore whether we can simplify MotionRuntime's isBeingManipulated property by making it a ReactiveProperty
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.