Jetpack Lazy load images fade in

Which part doesn’t work? You might need to change your transition property to include a name, as well as a delay. Optionally add the timing:

.jetpack-lazy-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}

https://developer.mozilla.org/en-US/docs/Web/CSS/transition