-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding base motion tokens for duration and easing #1080
Conversation
🦋 Changeset detectedLatest commit: ea69900 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
21c6725
to
2503cb3
Compare
2503cb3
to
c7f8140
Compare
c7f8140
to
87ffea2
Compare
Design Token Diff
|
87ffea2
to
63d6c90
Compare
63d6c90
to
a455405
Compare
910d13b
to
6e4b621
Compare
6e4b621
to
c3a1f0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is very clear 👍 and easy to extend of modify as we start using them
warnings: 'disabled', // 'warn' | 'error' | 'disabled' | ||
verbosity: 'silent', // 'default' | 'silent' | 'verbose' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this fix our very loud build? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In part it does remove some clutter, but not all. Will have to experiment with this.
Summary
This PR adds a numeric scale for motion durations (used for css transitions and delays) and 4 generic easing curves.
Steps to test: