useRef () const animate = time => { // Change the state according to the animation requestRef.current = requestAnimationFrame(animate); } ...
確定! 回上一頁