Created
December 7, 2024 00:10
-
-
Save BrendinVenter/27006606947e5b27a0c888288b751113 to your computer and use it in GitHub Desktop.
Abridge GSAP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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