You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Steps to reproduce
Link to live example: https://mui.com/material-ui/react-skeleton/
Steps:
<Skeleton>
component withanimation="wave"
in MUI v6.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
Search keywords: skeleton wave
The text was updated successfully, but these errors were encountered: