Jump to content
Search Community

IvanChen

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by IvanChen

  1. IvanChen

    GSAP3+Vue-cli4

    Thanks for rapid help. It works!
  2. IvanChen

    GSAP3+Vue-cli4

    I install gsap-bonus.tgz with Vue-cli 4 and follow the tutorial. Then setting up as bellow. //main.js import gsap from "gsap"; //Home.vue let obj = document.getElementById("test"); gsap.from(obj,1,{opacity:0.1,y:30}) I used gsap in my component but got "ReferenceError: gsap is not defined".
×
×
  • Create New...