File "shape-12.php"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/digeco-core/elementor/views/shape-12.php
File size: 2.63 KB
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">
		<ul class="animated-buble">
			<li>
				<div class="translate-top-left-100 opacity-animation transition-200 transition-delay-10">
				<svg width="627px" height="627px">
				<defs>
				<linearGradient id="animated-buble1" x1="0%" x2="50%" y1="86.603%" y2="0%">
				<stop offset="0%" stop-color="rgb(255,211,78)" stop-opacity="1"></stop>
				<stop offset="100%" stop-color="rgb(150,18,226)" stop-opacity="1"></stop>
				</linearGradient>
				</defs>
				<path fill="url(#animated-buble1)" opacity="0.1" d="M313.500,0.000 C486.641,0.000 627.000,140.359 627.000,313.500 C627.000,486.641 486.641,627.000 313.500,627.000 C140.359,627.000 0.000,486.641 0.000,313.500 C0.000,140.359 140.359,0.000 313.500,0.000 Z"></path>
				</svg>
				</div>
			</li>
			<li>
				<div class="translate-top-100 opacity-animation transition-200 transition-delay-1000">
				<svg width="256px" height="256px">
				<defs>
				<linearGradient id="animated-buble2" x1="0%" x2="50%" y1="86.603%" y2="0%">
				<stop offset="0%" stop-color="rgb(255,211,78)" stop-opacity="1"></stop>
				<stop offset="100%" stop-color="rgb(150,18,226)" stop-opacity="1"></stop>
				</linearGradient>
				</defs>
				<path fill="url(#animated-buble2)" opacity="0.1" d="M128.000,0.000 C198.692,0.000 256.000,57.308 256.000,128.000 C256.000,198.692 198.692,256.000 128.000,256.000 C57.307,256.000 -0.000,198.692 -0.000,128.000 C-0.000,57.308 57.307,0.000 128.000,0.000 Z"></path>
				</svg>
				</div>
			</li>
			<li>
				<div class="translate-top-right-100 opacity-animation transition-200 transition-delay-1500">
				<svg width="256px" height="256px">
				<defs>
				<linearGradient id="animated-buble3" x1="0%" x2="50%" y1="86.603%" y2="0%">
				<stop offset="0%" stop-color="rgb(255,211,78)" stop-opacity="1"></stop>
				<stop offset="100%" stop-color="rgb(150,18,226)" stop-opacity="1"></stop>
				</linearGradient>
				</defs>
				<path fill="url(#animated-buble3)" opacity="0.1" d="M128.000,0.000 C198.692,0.000 256.000,57.308 256.000,128.000 C256.000,198.692 198.692,256.000 128.000,256.000 C57.307,256.000 -0.000,198.692 -0.000,128.000 C-0.000,57.308 57.307,0.000 128.000,0.000 Z"></path>
				</svg>
				</div>
			</li>
		</ul>
		<div class="animated-shape">
			<div class="translate-right-75 opacity-animation transition-200 transition-delay-10">
				<div class="image-shape"><img src="<?php echo DIGECO_ASSETS_URL . 'element/element39.png'?>" alt="Animated Figure"></div>
			</div>
		</div>
	</div>
</div>