Elementor GSAP Text Split Reveal

Facebook
Twitter
Reddit
WhatsApp

Step 1

Step 2

Add this to your headline element CSS tab.

				
					selector{
overflow:hidden;
}
				
			

Step 3

				
					<script>
;(function(){
  let chck_if_gsap_loaded = setInterval(function(){
      if(window.gsap){
          text_reveal();			
          clearInterval(chck_if_gsap_loaded);
      }
  }, 500);
  
function text_reveal(){		
	
	// New text headline
	
const textWidget = '.text-reveal h2';
	
const changeText = (newtext) => {
jQuery(textWidget).text(newtext);
};

const tl = gsap.timeline({ repeat: -1 });
tl.call(changeText, ['Change me to your Headline']);
tl.fromTo(textWidget, { y: '100%' }, {y: '0%', ease: 'power.out' },'<25%' );
tl.to(textWidget, { y:'-100%', ease: 'power.out'},'+=5');
tl.call(changeText, ['Also change me to your second headline']);
tl.fromTo(textWidget, { y: '100%' }, {y: '0%', ease: 'power.out' },'<25%' );
tl.to(textWidget, { y:'-100%', ease: 'power.out'}, '+=5');
	
	
	
}})();
	</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.0/gsap.min.js"></script>
				
			

Step 4

Like my video and subscribe 😉

Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

More to explorer

How To Make a Hover Card Like a PRO in Elementor

https://youtu.be/pja-7Sfn8WI CSS selector .card-content{ height: 56%; margin-bottom: -134px; transition: all 0.5s ease; } selector .card-wrapper:hover .card-content{ margin-bottom: 0px; height: 100%; } selector

Elementor Button Border Gradient Tutorial

https://youtu.be/I9am2K_yopc Border Gradient Button CSS selector .elementor-button{ position: relative; overflow: hidden; z-index: 1; margin-bottom: -15px } selector .elementor-button:before{ content: ”; position: absolute;

0
Would love your thoughts, please comment.x
()
x

45 Minute Wordpress Support

Get your Wordpress questions answered and your Wordpress issues resolved.