cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble Integrating GSAP/Scrollmagic

Trouble Integrating GSAP/Scrollmagic

Hello,

 

I'm new to Magento and am having trouble adding multiple CDNs to the head of a specific page. I'm trying to incorporate GSAP, Scrollmagic and a custom scripts file. The version I'm using is CE 1.9.2.3.

 

I've done a fair amount of sleuthing online and have tried adding links to the Layout Update XML section of the Design tab using the reference->block->action->text->![CDATA... method. It works if I'm just using my custom script file and one CDN (TweenMax.min.js) but when I try and add multiple CDNs with this method it doesn't recognize any of them, I get an uncaught reference error in the console ("TweenMax is not defined"). I have tried adding them all within one reference tag and with each CDN within it's own reference tag. 

 

I'm hoping there is a simple solution to this that I'm not seeing because I'm new to the software. Here's a linkto a Fiddle with my code:

 

https://jsfiddle.net/brendangrubb/z0h0u4zd/

 

Thank you for your help!