Elementor Entrance Animation on Scroll Using GSAP

Facebook
Twitter
Reddit
WhatsApp

Step 1

Step 2

Add this to your headline element CSS tab.

				
					selector{
overflow:hidden;
}
				
			

Step 3

Add the class name start-reveal to the section you would like your scroll animation to begin. Make sure your headline element is inside this section.

Step 4

				
					<script>
	;(function(){
    let chck_if_gsap_loaded = setInterval(function(){
			const eleBuilder = document.querySelector('body').classList.contains("elementor-editor-active");
       if(window.gsap && window.ScrollTrigger && !eleBuilder){
            gsap.registerPlugin(ScrollTrigger);
            text_reveal();
            clearInterval(chck_if_gsap_loaded);
        }
    }, 500);

function text_reveal(){
	
// Text Reveal Heading
	
const textWidget = '.text-reveal h2';

gsap.set(textWidget, {y: '100%', ease: 'power.out' });
	
const tl = gsap.timeline({scrollTrigger: {
      trigger: '.start-reveal',
      start: 'top center',
	  end: 'bottom center',
	  toggleActions:'restart none restart none'
    	} });
	
tl.to(textWidget, {y: '0%', ease: 'power.out', duration:0.5});
	
	
}})();

</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.0/ScrollTrigger.min.js"></script>
				
			
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
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

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

45 Minute Wordpress Support

Get your Wordpress questions answered and your Wordpress issues resolved.

Hello!

Enter your question below and a representative will get right back to you.

Speak to a team member
Leave us a review
Hi there, have a question? Text us here.