material-motion-swift icon indicating copy to clipboard operation
material-motion-swift copied to clipboard

A toolkit for building responsive motion using Core Animation.

Results 56 material-motion-swift issues
Sort by recently updated
recently updated
newest added

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

Feature request

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

Feature request

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

Bug

This may require explicitly exposing the subscription type in MaterialMotion.

Feature request

This will allow the destinations to be changed reactively.

Feature request

Depends on #86. valve is no longer used by anything.

Internal cleanup

Should be able to rotate by dragging a single touch along a line.

Feature request

Double-tap + drag up/down to zoom in/out.

Feature request

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

Feature request

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

Feature request