Sticky ScrollSticky scroll with GSAP ScrollTrigger.Copy PromptDocumentationCLICodepnpmnpmyarnbunCopypnpm dlx @t7blocks/cli add sticky-scrollUsagepage.tsxCopyimport { StickyScroll } from "@/components/T7blocks/StickyScroll"; export default function Home() { return ( <main> <StickyScroll /> </main> ); } PropertiesPropertyTypeDefaultDescriptionimagesStickyImage[]DEFAULT_IMAGESArray of images to display in the sticky sectionsenableScalebooleanfalseWhether to enable scaling animation on the imagestitlestring"ScrollTrigger"Title text for the hero sectionfontClassNamestringinstrument.classNameCustom font class for the titleInspirationThis component is inspired by Sticky Scroll by MadeByKingRelated resourcesScroll Image Pass