Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

amal-k-joy
Copy link
Contributor

@amal-k-joy amal-k-joy commented Feb 10, 2025

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

@amal-k-joy amal-k-joy requested a review from a team as a code owner February 10, 2025 11:12
@amal-k-joy amal-k-joy requested review from elycheea and makafsal and removed request for a team February 10, 2025 11:12
Copy link

netlify bot commented Feb 10, 2025

Deploy Preview for ibm-products-web-components ready!

Name Link
🔨 Latest commit ac64eef
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/67ac942f0f7f2a0008f94931
😎 Deploy Preview https://deploy-preview-6876--ibm-products-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 10, 2025

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit ac64eef
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/67ac942f13397a000849236d
😎 Deploy Preview https://deploy-preview-6876--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@amal-k-joy amal-k-joy marked this pull request as draft February 10, 2025 11:25
@amal-k-joy amal-k-joy marked this pull request as ready for review February 11, 2025 08:01
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.33%. Comparing base (e26d6dc) to head (ac64eef).
Report is 8 commits behind head on main.

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     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

@amal-k-joy amal-k-joy enabled auto-merge February 11, 2025 09:06
makafsal
makafsal previously approved these changes Feb 12, 2025
Copy link
Member

@makafsal makafsal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@makafsal makafsal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matthewgallo
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor FilterPanel to remove framer-motion
3 participants