Hello, this is the page with Qoobeo SVG loader

Below, u can see teseting content

Here you can see endless loading animation


Here my own "cdn" source:

CSS: http://pro.qoobeo.ru/qsvgl/css/qoobloader.css

JS: http://pro.qoobeo.ru/qsvgl/js/qoobloader.js


Manual:

To call Loader again, use function showLoader() (just call it in your own place)

function showLoader() {
                    var qsvglWrap = document.querySelector('.qsvgl-wrapper');
                    qsvglWrap.setAttribute('class', 'qsvgl-wrapper');
                }
                

To remove Loader, use function removeLoader() (just call it in your own place)

function removeLogo() {
                    var qsvglWrap = document.querySelector('.qsvgl-wrapper');
                    qsvglWrap.setAttribute('class', 'qsvgl-wrapper removed');
                }
                

To async check state of Loader, use global variable __QL_isLoad (is not defined at deafult)

                    __QL_isLoad
                

If you want to remove QLoader manualy, then you need change value of __QL_isLoad to "false"(is true, if loaded)

                    __QL_simpleLoad = false;
                

Right here we have old and bad code. Just for examples and tests.

Layer 1
Loading
...