Jump to content
Search Community

Integration of GSAP with Gohighlevel

Juanes SK5

Recommended Posts

Posted

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?

Posted

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.

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...