From 62aca28ad6136513b8ed416e5c8e5ddab242a06e Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 3 Dec 2022 20:40:04 +0300 Subject: [PATCH] a smooth transition of the effect is made --- web/static/style/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/style/gallery.css b/web/static/style/gallery.css index 7787ef0..1875497 100644 --- a/web/static/style/gallery.css +++ b/web/static/style/gallery.css @@ -37,7 +37,7 @@ lottie-player { .shimmer { display: inline-block; 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; animation: shimmer 2.5s infinite; filter: blur(50px)