Jump to content
Search Community

a-c-sreedhar-reddy

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by a-c-sreedhar-reddy

  1. ~Is still true in 3.7.1 because I could see callbacks not getting removed if we add a new one~
  2. yeah would that cause a noticable performance difference? currently I use PIXI with gsap and the task in request animation frame takes more time resulting in janking.
  3. Hi, would there be any performance difference between the below two codes? gsap.to(element, { x: 5, duration: 1000}) vs let value = { x: 0}; gsap.to(value, {x:5, duration: 1000, onUpdate: ()=>{ element.x =value.x } },
×
×
  • Create New...