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
When OOB assets are loaded over URL, the animation does not wait until the image is downloaded and there is currently now way to know if Rive as completed loading the asset. This means that the image is not visible in the animation and then just pops in when it loads.
Rive should either wait until the image is downloaded in order to initialized and run the animation, or at least give us a loading status so it can be managed in code.