dvtng / react-loading-skeleton

Create skeleton screens that automatically adapt to your app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i have npm v18 and skeleton loading animation is not working with me please any help

SaidosHits opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior.

Actual Behavior
What actually happened.

Expected Behavior
A clear and concise description of what you expected to happen.

Versions

  • react-loading-skeleton version:
  • Browser version:

Additional context
Add any other context about the problem here.

Similar: I am seeing white bars in the correct color but no animation is happening. The CSS properties seem correct and the CSS file is loading...
image

The problem for me was, the colors #ebebeb and #f5f5f5 are too close to see the animation. Changing to a more distinctive color like --base-color: #919191 made the effect noticeable and works for me
image

I wonder if these colors have drifted? 0xEB and 0xF5 are very close together

Thanks @mrisher.

Closing the issue since the original post does not have any repro steps / .etc.

agreed. Thank you!