Jump to content
Search Community

samus

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by samus

  1. Hi, I'm currently using GSAP 2, but I'm considering upgrading to GSAP 3. My project has a complex bit of code where I need to animate, but I also may need to manually alter the CSS transform property. The only way I've found to accomplish this—without leaving the target element in a very broken looking state—is to delete the _gsTransform property before I manually set the CSS transform property. The following statement in the Other things to keep in mind section of the GSAP 3 migration guide has me worried: Is there a new way to immediately (i.e. not in the next tick) remove what GSAP remembers about the transformations it has made to an element in GSAP 3?
×
×
  • Create New...