Jump to content
GreenSock

To avoid tree shaking issues and avoid fancy instantiation tricks, users should register plugins using gsap.registerPlugin() before using them, like:

  1. //list as many as you'd like
  2. gsap.registerPlugin(MotionPathPlugin, TextPlugin);
Copyright 2017, GreenSock. All rights reserved. This work is subject to theterms of useor for Club GreenSock members, the software agreement that was issued with the membership.
×