Jump to content
Search Community

GSAP Morphing issues on Win7, Win8 & Win8.1 in IE11

fatSkeeter 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

I have a creation that is making use he GSAP premium add-on: morphing.

 

https://www.redgearstudios.com/Working/PitneyBowes/MorphTest/

 

Seams that this add-on...which i acquired from the Greensock site as a paid premium member.

 

Unit displays in Safari, Chrome, FF.  Although in Win7, Win8 & Win8.1 with browser IE11....its a no go!

 

Does the morphing add-on have limitations that aren't fully disclosed on the site?  And if they are on the main site....i might have simply skimmed over them...frantically looking for a solution.

 

Any help please!?!

 

Bryan

See the Pen MorphTest by Working (@Working) on CodePen

Link to comment
Share on other sites

Hi fatSkeeter  :)

 

I see a couple things.

 

You're using an older version of MorphSVG (0.8.0). The current version is 0.8.8 (1/17/2017)

 

I don't think that's the problem though. The IE11 console is giving an error of TimelineLite and TweenMax are undefined. In looking at your scripts I see a typo with a couple extra slashes. You have:

<script src="https:////cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>

//should be this and 1.19.1 is the latest
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js"></script>

It looks like Chrome and FF don't care, but IE is not having it. I think if you correct that link, it should work correctly for you.

 

Happy tweening.

:)

  • Like 3
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...