ui icon indicating copy to clipboard operation
ui copied to clipboard

[bug]: Skeleton Animation not working (animate-pulse)

Open ebulku opened this issue 1 year ago • 2 comments

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

ebulku avatar Nov 12 '24 17:11 ebulku

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)

shadcn avatar Nov 12 '25 23:11 shadcn

.

ebulku avatar Nov 13 '25 02:11 ebulku