Jump to content
Search Community

screenfeed

Members
  • Posts

    3
  • Joined

  • Last visited

screenfeed's Achievements

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

Recent Badges

3

Reputation

  1. THANKS SO MUCH @OSUblake and @PointC
  2. Thank you so much for the answer @PointC In my real application I am using npm modules (gsap@1.20.3) . My import statement looks like this.. import { TweenMax, Power2 } from "gsap"; How do I "include" ScrollToPlugin?
  3. I have a really simple usage of the ScrollToPlugin but I get the following error: TypeError: Value can't be converted to a dictionary. Even if I do the following (with hard coded values) I get the same error. TweenMax(el, 1, scrollTo: { x: 200, y: 0}); Is the ScrollToPlugin included with TweenMax? That's my assumption. Any help here is greatly appreciated.
×
×
  • Create New...