Giter VIP home page Giter VIP logo

Comments (4)

p10tyr avatar p10tyr commented on July 18, 2024 3

So what I did for a workaround for now is use some clever pseudo CSS

.nanobar .bar {
        visibility: hidden;
    }

        .nanobar .bar:first-child {
           visibility: visible;
       }

Which sets all .bar elements invisible always, except the first one. solves my problem and that enough for me.

from nanobar.

pir8radio avatar pir8radio commented on July 18, 2024 1

🤷‍♂️

from nanobar.

pir8radio avatar pir8radio commented on July 18, 2024

This might be the same issue i came to report.. You can see after every reload the nano bar becomes not so nano.... it grows by 1 bar after every load... how can I stop this? here is it in action: https://explorer.notallmine.net/txsPending/ loads after every 10 seconds... it eventually takes over the whole page with one big loading bar lol

<script> var nanobar = new Nanobar(); setInterval(function () { nanobar.go(65); $('#update_pending').load(location.href + ' #update_pending'); $(document).ajaxComplete(function () { nanobar.go(100); //progress 100 after ajax update complete }); }, 10000); //update every X ms. </script>

image

from nanobar.

pir8radio avatar pir8radio commented on July 18, 2024

.nanobar .bar {
visibility: hidden;
}

    .nanobar .bar:first-child {
       visibility: visible;
   }

I added this CSS to "hide" the issue:
.nanobar .bar { position: absolute; top: 0; left: 0; }
But those hidden divs are still building up in the background lol.. could cause issues. @jacoborus any help or advice would be great, i'm not sure what to do here :-)

image

from nanobar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.