motion-animator-objc
motion-animator-objc copied to clipboard
Add support for a static animator animate API
trafficstars
This would be similar to UIView's animate APIs:
MotionAnimator.animate(withTiming: timing) {
}
The implementation would simply create a throw-away motion animator instance and call through to the instance APIs.