ui
ui copied to clipboard
[bug]: Skeleton Animation not working (animate-pulse)
Describe the bug
Skeleton is not animated, it is mentioned also in this other issue. It shows as pulse keyframes are not defined. I fixed it by adding the pulse keyframe in tailwind.config.ts
keyframes: {
pulse: {
"50%": {
opacity: "0.5",
},
},
},
Affected component/components
Skeleton
How to reproduce
Install and use Skeleton component
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
"next": "15.0.3"
Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues
This issue has been automatically marked as stale due to one year of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you. (This is an automated message)
.