You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
We'll soon have the following motion libraries for iOS:
core-animation-swift
transitions-core-animation-swift
pop-swift
transitions-pop-swift
direct-manipulation-swift
This feels like a lot of libraries to manage.
Should we consider providing a meta library that includes all of our "core" motion libs? Might be called MaterialMotionLanguage or something to that effect.
The text was updated successfully, but these errors were encountered:
I've always expected we'd do something similar to this. Having a batteries-included library that packages all of our recommended components will make it a lot easier for beginners to get started.
I've been imagining that I'd ship something like material-motion that exports the modules that most people will want, and allow people who want more selectivity to import material-motion-runtime, material-motion-gestures, etc. piecemeal.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We'll soon have the following motion libraries for iOS:
This feels like a lot of libraries to manage.
Should we consider providing a meta library that includes all of our "core" motion libs? Might be called
MaterialMotionLanguage
or something to that effect.The text was updated successfully, but these errors were encountered: