I'm installing the Neon template. I'm building a Meteor app which has different load process than standard Browser based apps and comes with pre-loaded jQuery etc. Also, I have removed extra modules I don't plan to use at the start.
My app is throwing "Sine is not defined" from neon-custom.js as it is accessing Sine.easeInOut.
I cannot find where this variable is defined. Can you tell me what module defines this variable so I can add it?
The Sine (and other easing vars) are defined either in assets/js/gsap/easing/TweenMax.js or assets/js/gsap/easing/EasePack.min.js so they are used in some parts of the Neon theme.
I'm installing the Neon template. I'm building a Meteor app which has different load process than standard Browser based apps and comes with pre-loaded jQuery etc. Also, I have removed extra modules I don't plan to use at the start.
My app is throwing "Sine is not defined" from neon-custom.js as it is accessing Sine.easeInOut.
I cannot find where this variable is defined. Can you tell me what module defines this variable so I can add it?
Thank you.
Hi,
The Sine (and other easing vars) are defined either in assets/js/gsap/easing/TweenMax.js or assets/js/gsap/easing/EasePack.min.js so they are used in some parts of the Neon theme.
I hope this helps you.
Thank you Arlind!
Glad to hear that!
Will set this ticket as solved from here.