Jump to content
Search Community

IE8 issue "Invalid Property value - Line 16"

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

Hello,

 

I'm having a problem with a TweenMax in ie8. i'm not sure if it's a "color" tween error or not though. The error message is:

Invalid property value.
TweenMax.min.js
Line: 16
Char: 838


The website is: http://www.paragoncasinoresort.com/

 

I'm kind of stumped here as to what that could be. It's working on all other browsers including IE9+. Any help would be greatly appreciated.

 

Thanks,

Sam

Link to comment
Share on other sites

hmm, I'm also seeing errors related to a pickdate.js

 

Maybe get rid of that one first and then see if the TweenMax one goes away?

 

its really difficult to trouble shoot one tiny error in a full blown production site, especially in IE8. I'm not even sure where your scripts are that are using GSAP. 

The best thing to do is try to isolate the tweens that you may think are causing the trouble and start building a reduced test case in CodePen.

The CodePen editor doesn't work in IE8 but all demos will in "full" view like this one: http://codepen.io/GreenSock/full/qeHac/

 

I tested that one in IE8 and didn't get any errors. This simply verifies that code in TweenMax probably isn't the problem. 

The problem most likely has to do with you asking TweenMax to read values that it can't get to. This may be something wrong with your code, or something we have to tweak for IE8. No way to tell though until we have a better shot at looking at an isolated demo. 

 

instructions on creating a CodePen can be found here: http://greensock.com/forums/topic/9002-read-this-first-how-to-create-a-codepen-demo/

  • Like 1
Link to comment
Share on other sites

  • 6 years later...

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