mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
a smooth transition of the effect is made
This commit is contained in:
parent
418a6c184c
commit
62aca28ad6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ lottie-player {
|
||||||
.shimmer {
|
.shimmer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: grey;
|
color: grey;
|
||||||
-webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/370% 100%;
|
-webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/386% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
animation: shimmer 2.5s infinite;
|
animation: shimmer 2.5s infinite;
|
||||||
filter: blur(50px)
|
filter: blur(50px)
|
||||||
|
|
Loading…
Reference in a new issue