Okay
  Public Ticket #953361
initial config
Closed

Comments

  •  2
    ronranauro started the conversation

    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.

  • [deleted] replied

    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.

  •  2
    ronranauro replied

    Thank you Arlind!

  • [deleted] replied

    Glad to hear that!

    Will set this ticket as solved from here.