motion-animator-objc
motion-animator-objc copied to clipboard
A Motion Animator creates performant, interruptible iOS animations from motion specs.
We currently augment the duration/delay of the animation, but setting the timeScaleFactor to the animation's speed should give us better control over the speed of spring animations as well.
It's often desirable to trace animations for a specific animation scope.
This will improve auto completion when calling the API.
- [ ] WORKSPACE should use `http_archive` instead of `git_repository` - [ ] Bump build_bazel_rules_apple to 0.1.0.
Values passed to the animator are currently absolute. It would be nice to also be able to provide relative values. ```objc // Move a view 50 points down. [animator animateWithTiming:timing...
How might we represent timing for multiple keyframes?