motion-animator-objc icon indicating copy to clipboard operation
motion-animator-objc copied to clipboard

Add support for a static animator animate API

Open jverkoey opened this issue 7 years ago • 0 comments
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.

jverkoey avatar Nov 22 '17 20:11 jverkoey