Shrink Section On Scroll With GSAP & ScrollTrigger In Elementor Pro

Facebook
Twitter
Reddit
WhatsApp

Source Code

				
					<script>

function run_gsap(){
    let gsap_loaded = setInterval(function(){
     if(window.gsap && window.ScrollTrigger){
         gsap.registerPlugin(ScrollTrigger);
             bg_section();
         clearInterval(gsap_loaded);
     }
 }, 500);
	
	function bg_section(){
		gsap.from('.bg-section',{
			scrollTrigger:{
				trigger:'.bg-section',
				start:'-350px center',
				end: '300px center',
				scrub:true
			},
			width:'80%',
			duration:1
		});
	}
}
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>
				
			
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.