/*
Theme Name: vus_theme
Author: Vusapp
Version: 1.1
Text Domain: vus_theme

*/

/* ========== START: ADD CUSTOM CSS HERE ========== */

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
    -webkit-transition: opacity 0.5s linear 0.2s;
    -moz-transition: opacity 0.5s linear 0.2s;
    transition: opacity 0.5s linear 0.2s;
    opacity: 1;
}
