Anonymous ID: 960c10 Sept. 2, 2023, 11:37 a.m. No.19478360   🗄️.is 🔗kun   >>8372

.post-image { opacity: .2;

/ Can be between .01 - 1 /

filter: blur(5px);

/ Can be 0 - 10+ /

transition: all 233ms;}.

post-image:hover { opacity: 1;

/ Can be between .01 - 1 /

filter: blur(1px);

/ Can be 0 - 10+ /

transition: all 89ms;}

Anonymous ID: 960c10 Sept. 2, 2023, 11:40 a.m. No.19478372   🗄️.is 🔗kun   >>8533

>>19478360

better:

 

.post-image {opacity: .2;

/ Can be between .01 - 1 /

filter: blur(5px);

/ Can be 0 - 10+ /

transition: all 233ms}

 

.post-image:hover {opacity: 1;

/ Can be between .01 - 1 /

filter: blur(5px);

/ Can be 0 - 10+ /

transition: all 89ms}