Jump to content
Search Community

cupid

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cupid's Achievements

  1. I also encountered this problem, but I used it in react, but I used a timer to make requests. I don’t think I have solved this problem very well. I really hope there are other methods. Remember to call me in time. const timer = setTimeout(() => { ScrollTrigger.refresh(); }, 2000); // 清除定时器 return () => { clearTimeout(timer); };
×
×
  • Create New...