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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
I have this project, and I'm using this preloader with A-Frame. Unfortunately it stops preloading after 6 assets (6/61). Is there something wrong?
I based myself off an example and my properties are set as follows: preloader="autoInject: false; debug: true; clickToClose: true; target: #preloader-modal; bar: #preloader-modal .progress-bar; label: #preloader-modal .progress-label; labelText: Carregando... {0}%; slowLoad: true; doneLabelText: Carregamento finalizado!;"
The text was updated successfully, but these errors were encountered:
Hmm... if I click the "Ok" button when preloader is supposedly done, the page will remain loading, and trying to access images not yet available throws some warnings in the console.
I have this project, and I'm using this preloader with A-Frame. Unfortunately it stops preloading after 6 assets (6/61). Is there something wrong?
I based myself off an example and my properties are set as follows:
preloader="autoInject: false; debug: true; clickToClose: true; target: #preloader-modal; bar: #preloader-modal .progress-bar; label: #preloader-modal .progress-label; labelText: Carregando... {0}%; slowLoad: true; doneLabelText: Carregamento finalizado!;"
The text was updated successfully, but these errors were encountered: