Jump to content
Search Community

gauel

Members
  • Posts

    4
  • Joined

  • Last visited

Community Answers

  1. gauel's post in Control imported timelines on a master timeline was marked as the answer   
    So actually the error was with the gsap import:

    I changed this:
    import { gsap } from 'gsap/dist/gsap.js';
     
    to this:
    import { gsap } from 'gsap';
     
    And now it works!
×
×
  • Create New...