Jump to content
Search Community

chickendinosaur

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by chickendinosaur

  1. As the title states, I'm using GSAP through npm and the default pacakge is TweenMax when doing require('gsap'). Using ES6 imports with babel should convert things like import {Draggable as Draggable} from 'gsap'; to var Draggable = require('gsap').Draggable; I think. Anyway, how to I access the other pieces when requiring gsap? I did an Object.keys(TweenMax); and I didn't see and accessor methods for plugins etc.

     

    Help please. Thank you!

×
×
  • Create New...