Share Posted February 3, 2017 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 More sharing options...
Share Posted February 3, 2017 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. 3 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now