Skip to content

Instantly share code, notes, and snippets.

@BrendinVenter
Created December 7, 2024 00:10
Show Gist options
  • Save BrendinVenter/27006606947e5b27a0c888288b751113 to your computer and use it in GitHub Desktop.
Save BrendinVenter/27006606947e5b27a0c888288b751113 to your computer and use it in GitHub Desktop.
Abridge GSAP
// use a script tag or an external JS file
document.addEventListener("DOMContentLoaded", (event) => {
gsap.registerPlugin(ScrollTrigger);
gsap.to(".heading-style-h1", {
scale: 1,
duration: 2,
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment