feat(motion): replace old local animation tokens with new motion tokens#6961
feat(motion): replace old local animation tokens with new motion tokens#6961mcoker merged 4 commits intopatternfly:v6from
Conversation
|
Preview: https://patternfly-pr-6961.surge.sh A11y report: https://patternfly-pr-6961-a11y.surge.sh |
There was a problem hiding this comment.
These updates look great! I'm noticing that page and wizard transitions don't seem to have an affect. Are you seeing the same?
I see the sidebar slide on the page, and on the wizard, the caret rotates. Those are the only ones on those components, right? What are you expecting to see? |
I was looking for the sidebar itself to transition, which is the wrong thing to be looking at 😆 |
There was a problem hiding this comment.
Love it, looks great! 🎉
|
🎉 This PR is included in version 6.0.0-alpha.231 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This removes the old local tokens for animation and replaces them with motion tokens.
There is a follow-on issue to replace hard-coded transitions with tokens.
I've also put a TODO in sidebar and drilldown menu because we need to add a default for prefers-reduced-motion since these two are using a slide.
Fixes #6936