Anonymous ID: 6121b7 July 28, 2018, 9:12 p.m. No.2333844   🗄️.is 🔗kun   >>3900

So far this is golden :

 

.post-image {

opacity: .3;

transform: scale(.3);

transition: all 200ms;

}

 

.post-image:hover {

opacity: .8;

transform: scale(1);

transition: all 200ms;

}