Ted Bell

Results 1 comments of Ted Bell

Try reordering the scripts in your angular.json to `"scripts": [ "./node_modules/scrollmagic/scrollmagic/minified/ScrollMagic.min.js", "./node_modules/gsap/src/minified/TweenLite.min.js", "./node_modules/gsap/src/minified/TweenMax.min.js", "./node_modules/scrollmagic/scrollmagic/uncompressed/plugins/animation.gsap.js" ]` Then in your component use `declare var ScrollMagic: any;` to get the ScrollMagic Object.