img { &.lazy { opacity: 0.6; transition: 0.6s ease-out; } &.loaded { opacity: 1; transition: 0.6s ease-out; } }