Jump to content
Search Community

Tweenmax error

gprit test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

First time here.....For several years I have run a small MAILWASHER.  Yesterday I started getting the attached error - and cannot even get rid of the error message, having to use Task Manager to close the application.

 

Now,  I know nothing about the file/error or how to correct it.

I am not a coder.....I tried re-installing but nothing changed.

How do I correct this?:

 

Line:   16

Char:  4512

Error:  Object doesn't support this action

Code:   0

URL:  https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js

 

Tried to attach a screen pic but just got error 301......

Link to comment
Share on other sites

Hi and welcome to the GreenSock forums,

 

Sorry to hear you are having problems.

There is very little we can do with the information you provided.

At the very least we would need a link to the site that is giving the error. 

 

It appears you are linking to the /latest version of TweenMax which for a few reasons isn't a great idea.

Your developer should be using a specific version number

//bad: 
https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js

//good: 
https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.5/TweenMax.min.js

You could try updating your files with 1.18.5 and see if its better. There really isn't anything to install so I'm not exactly sure what is happening on your end.

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