Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
dbfranz
tagDiv Member

I’ve just solved this problem changing in style.css of my template the opacity:0 to opacity:1
This is the class changed:
body.lazy-animation .post img {
opacity: 1;
transition: opacity 0.3s;
transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
/* linear */
}
I’v found it with chrome inspector.

Viewing 1 post (of 1 total)