Overlay Zoom Effect Timeline On Scroll With GSAP In Elementor Pro

Facebook
Twitter
Reddit
WhatsApp

Source Code

				
					<script>


function run_gsap(){
    let gsap_loaded = setInterval(function(){
			const eleBuilder = document.querySelector('body').classList.contains("elementor-editor-active");
			const screenSize = window.screen.width >= 1025; 
     if(window.gsap && window.ScrollTrigger && !eleBuilder && screenSize){
         gsap.registerPlugin(ScrollTrigger);
            overlay_zoom();
         clearInterval(gsap_loaded);
     }
 }, 500);
	
	function overlay_zoom(){
	const tl = gsap.timeline({
    scrollTrigger: {
      trigger: '.content-scroll',
      start: '-105px top',
      end: '750px center',
      scrub:true,
      pin: true,
      duration:3
    }
});
		tl.to('.overlay-zoom', {scale:100, duration:1});
		tl.to('.scroll-headline', {y: -20, opacity:1}, '<20%');
		tl.to('.scroll-des', {y: -20, opacity:1},'<50%');
		tl.to('.scroll-button',{y: -20, opacity:1},'<50%' );
		tl.to('.overlay-zoom', {display:'none'}, '<');
	}
}
run_gsap();
	


</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>
				
			

Global CSS - Paste in page settings

				
					body{
    overflow-x: hidden;
}

@media(min-width:1025px){
    .scroll-headline, .scroll-des, .scroll-button{
    opacity: 0;
}
}

.overlay-zoom{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

				
			

Download Images Here

Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

More to explorer

Elementor Multi-Column Dropdown

https://youtu.be/72L8eLoIrCU Target all dropdown menus @media(min-width:767px) { /* When hovering over a menu item that has children, display its submenu as a

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

45 Minute Wordpress Support

Get your Wordpress questions answered and your Wordpress issues resolved.