You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes the animation cant autoplay properly, (it looks broken like how it look in rive app before start the animation)
its like 25% chance this will happened and i cant find a way to detect it.
i tried below it also doesnt work
autoplay: false
useEffect(()=>{ if(rive) rive.play()},[])
or
useEffect(()=>{ if(rive) rive.play()},[rive])
The text was updated successfully, but these errors were encountered:
ninibear030
changed the title
animation first time load
rive animation first time load failed
Feb 21, 2024
Hi guys, i am using next 13 with "@rive-app/react-canvas": "^4.8.1"
and this is my code
sometimes the animation cant autoplay properly, (it looks broken like how it look in rive app before start the animation)
its like 25% chance this will happened and i cant find a way to detect it.
i tried below it also doesnt work
The text was updated successfully, but these errors were encountered: