Jump to content
Search Community

killroy last won the day on June 5 2015

killroy had the most liked content!

killroy

Members
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by killroy

  1. Hi, I'm currently bundling up my client up using requires and browserify. I installed gsap using npm install, and it seems to only expose TweenMax. I managed to bundle Draggable using './node_modules/gsap/src/uncompressed/utils/Draggable.js', but hte resulting require('./node_modules/gsap/src/uncompressed/utils/Draggable.js') looks pretty ugly. Furthermore it sees that TimeLineLite is not exposed either, even though it's contained. How can I access the various components using the npm module? Thanks, Sven
×
×
  • Create New...