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


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