stereosuper / generator-stereobase

Base project generator (static or WordPress)
MIT License
9 stars 0 forks source link

Require jQuery and GSAP #5

Closed ElisabethStereosuper closed 7 years ago

ElisabethStereosuper commented 7 years ago

Only require jquery-slim and the parts we need in GSAP

ElisabethStereosuper commented 7 years ago

https://github.com/thesabbir/jquery-slim

ElisabethStereosuper commented 7 years ago

L'import de tweenmax ne fonctionne pas, ça importe tout comme avant

ElisabethStereosuper commented 7 years ago

Ok donc le pourquoi du comment: https://github.com/greensock/GreenSock-JS/issues/114#issuecomment-273426269

Si on regarde dans TweenMax.js, tout y est importé par défaut. Il faut donc importer TweenLite.js, a moins d'avoir d'avoir besoin des tweens, timelines et des plugins.