Jump to content
Search Community

GSAP target not found : Tween, Render ....

rafyc test
Moderator Tag

Recommended Posts

Hi

 

Thanks for your Library, it's so nice !! 

 

I've an error while setting up my page.

The browser consol say GASP target not found. 

Here is the Codepen link https://codepen.io/rafyc/pen/vYGOJmg

I cant see my images loading.

 

Any idea why ? Maybe because of the V3 ? 

 

Thanks a lot

Capture d’écran 2020-08-09 à 20.33.36.png

Capture d’écran 2020-08-09 à 20.33.23.png

See the Pen vYGOJmg by rafyc (@rafyc) on CodePen

Link to comment
Share on other sites

Hi, the GSAP warning is because of your selector.

 

.text p .hidetext does not exist on the page and GSAP can not animate it. Update your selector to match your html .text span.hidetext.

 

The images not loading issue has nothing to do with GSAP.

 

You are including some hover effect, that does not exist in the Codepen.

 

<script src="dist/hover-effect.umd.js"></script>

  • Like 2
Link to comment
Share on other sites

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...