material-motion-swift
material-motion-swift copied to clipboard
A toolkit for building responsive motion using Core Animation.
We currently just silently ignore the Core Animation events if we don't support it. This will likely result in weird behavior in certain situations, but we need to audit the...
We do not currently support Objective-C for Material Motion. We can provide certain levels of interop with the Swift library, though this will need to be done on a case...
While implementing the `visualize` operator I encountered problems with some interactions behaving incorrectly when multiple subscriptions were made to the upstream. The original implementation looked like so: ```swift let visualizationSubscription...
This may require explicitly exposing the subscription type in MaterialMotion.
This will allow the destinations to be changed reactively.
Should be able to rotate by dragging a single touch along a line.
We currently don't have any build targets for tvOS. This task requires doing the following: - [ ] Create a tvOS build target in the catalog. - [ ] Add...
We currently don't have any build targets for watchOS. This task requires doing the following: - [ ] Create a watchOS build target in the catalog. - [ ] Add...