material-motion-swift
material-motion-swift copied to clipboard
Should arc move accept a duration? Or should it infer the duration based on distance-to-travel?
It currently composes to PathTween which requires an explicit duration. ArcMove could probably infer a reasonable duration because of how specific the animation is though.