imshafikul/react-shimmer-effects

Is there any way to switch colour of the shimmer? Really useful while configuring dark and light mode.

rahulmanas opened this issue · 3 comments

Is there any way to switch colour of the shimmer? Really useful while configuring dark and light mode.

Upstairs +1

any update on this?

Create a new class and name it dark

.shimmer { &.dark { background: linear-gradient(to right, rgba(255,255, 255, 0.05) 8%, rgba(255,255, 255, 0.1) 18%, rgba(255,255, 255, 0.05) 33% ); } }

Then add dark class to the shimmer component you call
<ShimmerThumbnail className="dark" />