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

A Motion Animator creates performant, interruptible iOS animations from motion specs.

Results 17 motion-animator-objc issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

API change
Internal cleanup

It's often desirable to trace animations for a specific animation scope.

Feature request

This will improve auto completion when calling the API.

Feature request
Good first issue

- [ ] WORKSPACE should use `http_archive` instead of `git_repository` - [ ] Bump build_bazel_rules_apple to 0.1.0.

Internal cleanup

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...

Feature request

How might we represent timing for multiple keyframes?

Feature request