Jump to content
Search Community

crammy90

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by crammy90

  1. Also, I am not sure if I can ask this here, but it is all working which is great, but this is my first project using greensock and I just wanted to ask whether it matters which order I stack the different things. i.e. .addTo(controller) .triggerHook("onLeave") .setTween(shakecapp); .setTween(shakecapp) .triggerHook("onLeave") .addTo(controller);
  2. You were both correct. Thank you so much for helping me!!!! I really appreciate that.
  3. Hi there, I have the below website (you will need to login using the details below) but the console is showing errors such as the below, which is affecting the sites ability to scroll on chrome. It also changes the cursor to the non expected state (i.e. hover on a div shows a hand etc). Uncaught TypeError: Cannot read property 'length' of undefined TweenMax.min.js?ver=1407199624:14 Uncaught TypeError: Cannot read property 'push' of undefined I am not sure how to fix the console errors above, so am just looking for some advice. Ive tried googling to no avail.
×
×
  • Create New...