Change your css from
.post-image:hover {
opacity: 1; / Can be between .01 - 1 /
filter: blur(1px); / Can be 1 - 10+ /
transition: all 89ms;
to blur(0px) not 1 because it still shows blurred when hovering…
Change your css from
.post-image:hover {
opacity: 1; / Can be between .01 - 1 /
filter: blur(1px); / Can be 1 - 10+ /
transition: all 89ms;
to blur(0px) not 1 because it still shows blurred when hovering…