Jump to content
Search Community

TiagoFonseca

Members
  • Posts

    4
  • Joined

  • Last visited

TiagoFonseca's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. That makes sense, and it will simplify my code. Thanks again!
  2. This works fine: const tl = new gsap.TimelineLite() tl.to("foo", { x: 100})
  3. Adding this line inside my Vuejs component solved it: import * as gsap from '../vendor/gsap-latest-beta.min.js'; Thanks!
  4. Hi @OSUblake, first of all thanks for posting this solution, this error was driving me crazy. I just have one question, I've installed gsap via npm and I'm using it inside Vuejs, so how would I go about adding this fix? Thanks, Tiago
×
×
  • Create New...