img {
  opacity: 0;
  transition: opacity .4s ease-in;
}
img[src] {
  opacity: 1;
}