Jump to content
Search Community

thanatos_proto

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by thanatos_proto

  1. Does CSS plugin support separately modifying a color channel like splitting control for xyz? like gsap.to('.my-element', { duration: 1, '--red': '123' }) ;
  2. 1. have a new issue where the pause of the parent timeline is not triggering the interrupt event of the child timeline when I add a sub-timeline. 2. I am getting unexpected property values in the onInterrupt callback, but they are normal in the onUpdate callback.(In console)
  3. Now I have a new issue where the pause of the parent timeline is not triggering the interrupt event of the child timeline when I add a sub-timeline. Is there any solution for this?
  4. Thank you very much, my problem was solved when I added a return to useLayoutEffect and set immediateRender to false.
  5. When I initialize a timeline that contains two fromTo animations or use pause(0), the object is not in the expected initial position. It's normal with play().
×
×
  • Create New...