[featured_image]
Download
Download is available until [expire_date]
  • Version
  • Download 8
  • File Size 589 MB
  • File Count 1
  • Create Date 6 May 2024
  • Last Updated 6 May 2024

Package 7

Copyright © 2024 Franko The Ghost. All rights reserved.

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();