/**
 * WPSpeed - Performs several front-end optimizations for fast downloads
 *
 * @package   WPSpeed
 * @author    JExtensions Store <info@storejextensions.org>
 * @copyright Copyright (c) 2022 JExtensions Store / WPSpeed
 * @license   GNU/GPLv3, or later. See LICENSE file
 *
 * If LICENSE file missing, see <http://www.gnu.org/licenses/>.
 */


.wpspeed-lazyload,
.wpspeed-lazyloading {
	opacity: 0;
}
.wpspeed-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
