Juanes SK5 Posted October 27, 2025 Posted October 27, 2025 Hello! I was wondering if it is a way for me to use the GSAP animations on websites made in Gohighlevel, currently I am working for a business that uses that framework but im not sure if it is possible to use the amazing animations of GSAP on there. Can somebody help me please?
Rodrigo Posted October 27, 2025 Posted October 27, 2025 Hi @Juanes SK5 and welcome to the GSAP Forums! GSAP works with the DOM elements, so anything that creates an HTML document with DOM nodes in it can be animated with GSAP. Now in this cases can be a bit trickier since you need to be able to target the elements you want to animate but those elements are being added by website builder you're using, so you need to give those elements a unique identifier that allows GSAP to actually use that element. Also you need to find a way to include a custom JS file in your builder, which will have the code for creating those animations and to include the necessary GSAP files (Core and Plugins). Another option for the GSAP files could be to use the CDN links. Unfortunately I don't have any experience with that particular tool so there is not much else I can do to help. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now