File "shape-3.php"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/digeco-core/elementor/views/shape-3.php
File size: 519 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */

namespace radiustheme\Digeco_Core;

?>
<div class="default-animate animate-shape-<?php echo esc_attr( $data['style'] );?>">
	<div class="has-animation animated-shape">
		<div class="translate-right-75 opacity-animation transition-200 transition-delay-10">
			<div class="image-shape"><img width="312px" height="251px" loading="lazy" src="<?php echo DIGECO_ASSETS_URL . 'element/element17.png'?>" alt="Animated Figure"></div>
		</div>
	</div>
</div>