Anonymous ID: 5b2b17 Aug. 8, 2022, 3:47 p.m. No.17241635   🗄️.is 🔗kun   >>1654 >>9242

/ Add a blur and opacity change to images that fades-to-normal when moused over /.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;}