-
Notifications
You must be signed in to change notification settings - Fork 144
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
refactor: decouple framer motion and use native css for animation #6876
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6876 +/- ##
==========================================
- Coverage 81.51% 81.33% -0.18%
==========================================
Files 399 399
Lines 12975 12985 +10
Branches 4268 4283 +15
==========================================
- Hits 10576 10561 -15
- Misses 2399 2424 +25
|
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.
LGTM
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.
LGTM
There are some subtleties to the filter panel animation that still need to be transferred over. The two major pieces that seem to be missing are the actions transitioning up after the panel animation is complete and the table snaps to it's new placement rather than a gradual transition from it's before panel position. |
Closes #6760
Remove framer motion and use native css animations
Fixed an issue issue in side panel related to reduced motion
refer side panel original issue for reference
How did you test and verify your work?
local storybook