This would be similar to UIView's animate APIs: ```swift MotionAnimator.animate(withTiming: timing) { } ``` The implementation would simply create a throw-away motion animator instance and call through to the instance APIs.
This would be similar to UIView's animate APIs:
The implementation would simply create a throw-away motion animator instance and call through to the instance APIs.