Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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.