Holographic Clickable Animated Circle Badge

Introducing the Holographic Clickable Animated Circle Badge for WordPress Elementor! Elevate your website’s visual appeal with this dynamic element that combines holographic effects, interactivity, and animation. Easily integrate it into your Elementor-designed pages to create engaging user experiences. Capture attention and encourage interaction with its clickable functionality, adding a touch of modernity and flair to your website effortlessly.

RC Products

ELEMENTOR PRO CSS

				
					


#rotating-text  svg  {
    animation: rotate 20s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}






				
			

ELEMENTOR FREE CSS

				
					
add_action( 'wp_head', function () { ?>

<style>
	
#rotating-text  svg  {
    animation: rotate 20s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

</style>
<?php } );

				
			
Scroll to Top