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

Skeleton component's wave animation misbehaving #43481

Closed
DallasEpperson opened this issue Aug 27, 2024 · 2 comments
Closed

Skeleton component's wave animation misbehaving #43481

DallasEpperson opened this issue Aug 27, 2024 · 2 comments
Labels
component: skeleton This is the name of the generic UI component, not the React module!

Comments

@DallasEpperson
Copy link

DallasEpperson commented Aug 27, 2024

Steps to reproduce

Link to live example: https://mui.com/material-ui/react-skeleton/

Steps:

  1. Utilize a <Skeleton> component with animation="wave" in MUI v6.
  2. Observe the animation is not working properly.

See the v5 implementation for how the animation should appear. https://v5.mui.com/material-ui/react-skeleton/

Current behavior

The entire span that makes up the MuiSkeleton-root is animating instead of the ::after pseudo element.

Expected behavior

The ::after pseudo element should animate via CSS, not the MuiSkeleton-root span.

Context

No response

Your environment

Browser Info
  Tested with Chrome 128

Search keywords: skeleton wave

@DallasEpperson DallasEpperson added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Aug 27, 2024
@DallasEpperson
Copy link
Author

This looks to be fixed in a recent commit
d2e0762

@github-actions github-actions bot removed the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Aug 27, 2024
Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Note

We value your feedback @DallasEpperson! How was your experience with our support team?
If you could spare a moment, we'd love to hear your thoughts in this brief Support Satisfaction survey. Your insights help us improve!

@zannager zannager added the component: skeleton This is the name of the generic UI component, not the React module! label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: skeleton This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

2 participants