Cool GSAP Scroll Effect In Elementor | Rounded Edges On Scroll

Facebook
Twitter
Reddit
WhatsApp

Javascript Code

				
					<script>
	;(function(){
    let chck_if_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);
            radius_section();			
            clearInterval(chck_if_gsap_loaded);
        }
    }, 500);
		
function radius_section(){		
gsap.to(".radius-section",{
    	scrollTrigger: {
      trigger: ".radius-section",  
      start: "-25% 65%",
      scrub:1
    	},
    		borderTopLeftRadius: 100 + '%',
				borderTopRightRadius: 100 + '%',
    		duration: 1
			});
}
})();
	
</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.