_lazyload.scss 204 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 /* * Owl Carousel - Lazy Load Plugin */ .owl-carousel { .owl-item { .owl-lazy { opacity: 0; transition: opacity 400ms ease; } img.owl-lazy { transform-style: preserve-3d; } } }